ArcObjects Library Reference (DefenseSolutions)  

ILeaderable.IsLeaderable Property

Indicates whether the graphic is currently leaderable.

[Visual Basic .NET]
Public Property IsLeaderable As Boolean
[C#]
public bool IsLeaderable {get; set;}
[C++]
HRESULT get_IsLeaderable(
  VARIANT_BOOL* pIsLeaderable
);
[C++]
HRESULT put_IsLeaderable(
  VARIANT_BOOL pIsLeaderable
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderable Interface