ArcObjects Library Reference (DefenseSolutions)  

ILeaderingProperties.IsLeaderingEnabled Property

Indicates if the leadering environment on and off.

[Visual Basic .NET]
Public Property IsLeaderingEnabled As Boolean
[C#]
public bool IsLeaderingEnabled {get; set;}
[C++]
HRESULT get_IsLeaderingEnabled(
  VARIANT_BOOL* IsEnabled
);
[C++]
HRESULT put_IsLeaderingEnabled(
  VARIANT_BOOL IsEnabled
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderingProperties Interface