ArcObjects Library Reference (DefenseSolutions)  

IGraphicDef2.IsFavorite Property

Indicates whether the graphic definition is a favorite.

[Visual Basic .NET]
Public Property IsFavorite As Boolean
[C#]
public bool IsFavorite {get; set;}
[C++]
HRESULT get_IsFavorite(
  VARIANT_BOOL* IsFavorite
);
[C++]
HRESULT put_IsFavorite(
  VARIANT_BOOL IsFavorite
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicDef2 Interface