ArcObjects Library Reference (Geometry)  

IJSONConverterGeometry.ToMultipoint Method

Reads multipoint from a JSON object.

[Visual Basic .NET]
Public Function ToMultipoint ( _
    ByVal pJSONObject As IJSONObject, _
    ByVal bDefaultHasZs As Boolean, _
    ByVal bDefaultHasMs As Boolean _
) As IMultipoint
[C#]
public IMultipoint ToMultipoint (
    IJSONObject pJSONObject,
    bool bDefaultHasZs,
    bool bDefaultHasMs
);
[C++]
HRESULT ToMultipoint(
  IJSONObject* pJSONObject,
  VARIANT_BOOL bDefaultHasZs,
  VARIANT_BOOL bDefaultHasMs,
  IMultipoint** ppMultipoint
);
[C++]

Parameters

pJSONObject [in]

  pJSONObject is a parameter of type IJSONObject

bDefaultHasZs   bDefaultHasZs is a parameter of type VARIANT_BOOL bDefaultHasMs   bDefaultHasMs is a parameter of type VARIANT_BOOL ppMultipoint [out, retval]

  ppMultipoint is a parameter of type IMultipoint

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IJSONConverterGeometry Interface