ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.IdCount Property

Get Id Count.

[Visual Basic .NET]
Public ReadOnly Property IdCount As Integer
[C#]
public int IdCount {get;}
[C++]
HRESULT get_IdCount(
  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 IDs defined in the MultiPatch.

See Also

IGeneralMultiPatchInfo Interface