This document is archived and information here might be outdated. Recommended version. |
Maximum number of vertices in feature.
[Visual Basic .NET]
Public Property MaxVertexNumber As Integer
[C#]
public int MaxVertexNumber {get; set;}
[C++]
HRESULT get_MaxVertexNumber(
long lMaxVertices
);
[C++]
HRESULT put_MaxVertexNumber(
System.Int32* lMaxVertices
);
[C++] Parameters lMaxVertices [in]
lMaxVertices is a parameter of type long lMaxVertices [out, retval]
lMaxVertices is a parameter of type long*