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


IGeneralMultiPatchInfo.IsMaterialTextured Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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,
  VARIANT_BOOL* pIsTextured
);
[C++]

Parameters Index [in] Index is a parameter of type long pIsTextured [out, retval] pIsTextured is a parameter of type VARIANT_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