This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportVectorOptions Interface > IExportVectorOptions.MaxVertexNumber Property (ArcObjects .NET 10.5 SDK) |
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