ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyle.FrameOption Property

Controls a graphic's frame visibility using an enumeration value.

[Visual Basic .NET]
Public Property FrameOption As moleStyleFrameEnum
[C#]
public moleStyleFrameEnum FrameOption {get; set;}
[C++]
HRESULT get_FrameOption(
  moleStyleFrameEnum* __MIDL__IFEGraphicStyle0005
);
[C++]
HRESULT put_FrameOption(
  moleStyleFrameEnum __MIDL__IFEGraphicStyle0005
);
[C++]

Parameters

__MIDL__IFEGraphicStyle0005 [out, retval]

  __MIDL__IFEGraphicStyle0005 is a parameter of type moleStyleFrameEnum

__MIDL__IFEGraphicStyle0005 [in]

  __MIDL__IFEGraphicStyle0005 is a parameter of type moleStyleFrameEnum

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicStyle Interface