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


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

IGeneralMultiPatchInfo.IsMaterialTextured Property

Get Is Material textured.

[Visual Basic .NET]
Public Function get_IsMaterialTextured ( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool get_IsMaterialTextured (
    int Index
);
[C++]
HRESULT get_IsMaterialTextured(
  long Index,
  Boolean* pIsTextured
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pIsTextured [out, retval]
pIsTextured is a parameter of type bool*

Product Availability

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

Description

Returns whether the Geometry Material located at the specified index has a texture image associated with it.

See Also

IGeneralMultiPatchInfo Interface