This document is archived and information here might be outdated.  Recommended version.


IExportVectorOptions.MaxVertexNumber Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExportVectorOptions Interface > IExportVectorOptions.MaxVertexNumber Property
ArcGIS Developer Help

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(
  System.Int32* lMaxVertices
);
[C++]
Parameters
lMaxVertices [in]

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

Product Availability

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

See Also

IExportVectorOptions Interface