This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.IsMaterialTextured Property (ArcObjects .NET 10.4 SDK) |
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
Returns whether the Geometry Material located at the specified index has a texture image associated with it.