ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.NormalCount Property

Get Normal Count.

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

See Also

IGeneralMultiPatchInfo Interface