ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.MaterialTextureRowCount Property

Get Material texture row count.

[Visual Basic .NET]
Public Function get_MaterialTextureRowCount ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_MaterialTextureRowCount (
    int Index
);
[C++]
HRESULT get_MaterialTextureRowCount(
  long Index,
  long* 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 rows (height in pixels) of the texture associated with the Geometry Material located at the specified index.

See Also

IGeneralMultiPatchInfo Interface