This document is archived and information here might be outdated.  Recommended version.


IGeneralMultiPatchInfo.NormalCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.NormalCount Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.NormalCount Property

Get Normal Count.

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