This document is archived and information here might be outdated. Recommended version. |
Reads geometry object from JSON object.
[Visual Basic .NET] Public Function ToGeometry ( _ ByVal pJSONObject As IJSONObject, _ ByVal geomType As esriGeometryType, _ ByVal bDefaultHasZs As Boolean, _ ByVal bDefaultHasMs As Boolean _ ) As IGeometry
[C#] public IGeometry ToGeometry ( IJSONObject pJSONObject, esriGeometryType geomType, bool bDefaultHasZs, bool bDefaultHasMs );
[C++]
HRESULT ToGeometry(
IJSONObject* pJSONObject,
esriGeometryType geomType,
VARIANT_BOOL bDefaultHasZs,
VARIANT_BOOL bDefaultHasMs
);
[C++] Parameters pJSONObject [in]
pJSONObject is a parameter of type IJSONObject* geomType [in]
geomType is a parameter of type esriGeometryType bDefaultHasZs
bDefaultHasZs is a parameter of type bool bDefaultHasMs
bDefaultHasMs is a parameter of type bool