ArcObjects Library Reference (Output)  

IExportVectorOptions.MaxVertexNumber Property

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(
  long lMaxVertices
);
[C++]

Parameters

lMaxVertices [out, retval]   lMaxVertices is a parameter of type long lMaxVertices [in]   lMaxVertices is a parameter of type long

Product Availability

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

See Also

IExportVectorOptions Interface