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


IGeneralMultiPatchInfo.MaterialColor 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.MaterialColor Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.MaterialColor Property

Get material color.

[Visual Basic .NET]
Public Function get_MaterialColor ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_MaterialColor (
    int Index
);
[C++]
HRESULT get_MaterialColor(
  long Index,
  OLE_COLOR* pColor
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pColor [out, retval]
pColor is a parameter of type OLE_COLOR*

Product Availability

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

Description

Returns the solid fill color associated with the Geometry Material located at the specified index.

See Also

IGeneralMultiPatchInfo Interface