Public interface for querying metadata of a single probe set.
Name | Description |
---|---|
GetGuid() | Gets the GUID of this probe set. |
GetName() | Gets the name of this probe set. |
IsValid() | Some accessors return an 'invalid' object to represent nothing or not-found. |
public: const Geo::GeoGuid & GetGuid() const
Gets the GUID of this probe set.
public: const char * GetName() const
Gets the name of this probe set.
public: bool IsValid() const
Some accessors return an 'invalid' object to represent nothing or not-found.