ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.MCount Property

Get M Count.

[Visual Basic .NET]
Public ReadOnly Property MCount As Integer
[C#]
public int MCount {get;}
[C++]
HRESULT get_MCount(
  long* pCount
);
[C++]

Parameters

pCount [out, retval]   pCount is a parameter of type long

Product Availability

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

Description

Returns the total number of Ms defined in the MultiPatch.

See Also

IGeneralMultiPatchInfo Interface