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


IBuildFootprintsByRadiometryParameters.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 > IBuildFootprintsByRadiometryParameters Interface > IBuildFootprintsByRadiometryParameters.MaximumVertices Property
ArcGIS Developer Help

IBuildFootprintsByRadiometryParameters.MaximumVertices Property

The maximum number of vertices in the computed footprint geometry.

[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

IBuildFootprintsByRadiometryParameters Interface