This method returns the coordinate system parameters, if it exist, defined in the point cloud model as its default Coordinate System.
HRESULT GetDefaultLocationCS(
[out] VARIANT* bstrGroupKey,
[out] VARIANT* bstrSystemKey,
[out] VARIANT* bstrDatumKey,
[out] VARIANT* bstrUnitKey,
[out] VARIANT* longEPSG);
Parameters:
bstrGroupKey – The unique string of the coordinate system group.
bstrSystemKey – The unique string of the coordinate system.
bstrDatumKey – The unique string of the coordinate system datum.
bstrUnitKey – The unique string of the coordinate system units.
longEPSG – Reserved.
Return Values:
The return value obtained from the returned HRESULT is one of the following:
Return value |
Meaning |
S_OK |
Success. |
E_FAIL |
There is no default location or catastrophic failure. |