ArcObjects Library Reference (DefenseSolutions)  

IGeoPolygon.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.

See Also

IGeoPolygon Interface