ArcObjects Library Reference (DefenseSolutions)  

ILeaderable.IsLeadered Property

Indicates whether the graphic is currently leadered.

[Visual Basic .NET]
Public Property IsLeadered As Boolean
[C#]
public bool IsLeadered {get; set;}
[C++]
HRESULT get_IsLeadered(
  VARIANT_BOOL* pIsLeadered
);
[C++]
HRESULT put_IsLeadered(
  VARIANT_BOOL pIsLeadered
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ILeaderable Interface