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


IGeometryResultOptions.MaximumSegmentLength Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometryResultOptions Interface > IGeometryResultOptions.MaximumSegmentLength Property
ArcGIS Developer Help

IGeometryResultOptions.MaximumSegmentLength Property

The maximum segment length.

[Visual Basic .NET]
Public Property MaximumSegmentLength As Double
[C#]
public double MaximumSegmentLength {get; set;}
[C++]
HRESULT get_MaximumSegmentLength(
  System.Double* maxSegLen
);
[C++]
HRESULT put_MaximumSegmentLength(
  double maxSegLen
);
[C++]
Parameters
maxSegLen [out, retval]

maxSegLen is a parameter of type double* maxSegLen [in]
maxSegLen is a parameter of type double

Product Availability

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

Remarks

Default value for MaximumSegmentLength is -1. Values for MaximumSegmentLength must be in the units of the map's spatial reference. For example, if the units of the spatial reference of the feature class being queried is in decimal degrees and the spatial reference units of the map is in meters, the values specified for MaximumSegmentLength must be in meters.

See Also

IGeometryResultOptions Interface