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


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

IGeneralMultiPatchInfo.MaterialTextureColumnCount Property

Get Material texture column count.

[Visual Basic .NET]
Public Function get_MaterialTextureColumnCount ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_MaterialTextureColumnCount (
    int Index
);
[C++]
HRESULT get_MaterialTextureColumnCount(
  long Index,
  System.Int32* pCount
);
[C++]
Parameters
Index [in]

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

Product Availability

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

Description

Returns the number of columns (width in pixels) of the texture associated with the Geometry Material located at the specified index.

See Also

IGeneralMultiPatchInfo Interface