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


IMarker3DSymbol.MaterialCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IMarker3DSymbol.MaterialCount Property

Number of materials present.

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

Parameters cMaterials [out, retval] cMaterials is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IMarker3DSymbol Interface

.NET Related Topics

3DAnalyst