ArcObjects Library Reference (DefenseSolutions)  

IGeoPolyline.UsePercent Property

Indicates if MaxPercent is to be used to determine segment length.

[Visual Basic .NET]
Public Property UsePercent As Boolean
[C#]
public bool UsePercent {get; set;}
[C++]
HRESULT get_UsePercent(
  VARIANT_BOOL* pbUsePercent
);
[C++]
HRESULT put_UsePercent(
  VARIANT_BOOL pbUsePercent
);
[C++]

Parameters

pbUsePercent [out, retval]   pbUsePercent is a parameter of type VARIANT_BOOL pbUsePercent [in]   pbUsePercent is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

Remarks

If UsePercent is set to false, and neither MaxStepSize nor MaxPercent is specified, then a single point will be added to the line, creating two segments.

See Also

IGeoPolyline Interface