ArcObjects Library Reference (Geometry)  

IGeneralMultiPatchInfo.TextureVertexCount Property

Get Texture Vertex Count.

[Visual Basic .NET]
Public ReadOnly Property TextureVertexCount As Integer
[C#]
public int TextureVertexCount {get;}
[C++]
HRESULT get_TextureVertexCount(
  long* pCount
);
[C++]

Parameters

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

Product Availability

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

Description

Returns the total number of texture vertices defined in the MultiPatch.

See Also

IGeneralMultiPatchInfo Interface