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


IBuildFootprintsByGeometryParameters.MaximumVertices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByGeometryParameters Interface > IBuildFootprintsByGeometryParameters.MaximumVertices Property
ArcGIS Developer Help

IBuildFootprintsByGeometryParameters.MaximumVertices Property

The maximum number of vertices in the output footprint.

[Visual Basic .NET]
Public Property MaximumVertices As Integer
[C#]
public int MaximumVertices {get; set;}
[C++]
HRESULT get_MaximumVertices(
  long pMaximumVertices
);
[C++]
HRESULT put_MaximumVertices(
  System.Int32* pMaximumVertices
);
[C++]
Parameters
pMaximumVertices [in]

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

Product Availability

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

See Also

IBuildFootprintsByGeometryParameters Interface