Attaches lower level graphic components to the graphic, based on its symbol ID.
[Visual Basic .NET] Public Sub Attach ( _ ByRef Graphic As IFEGraphic, _ ByVal MessageString As String _ )
[C#] public void Attach ( ref IFEGraphic Graphic, ref string MessageString );
[C++]
HRESULT Attach(
IFEGraphic** Graphic,
BSTR MessageString
);
[C++]Parameters
Graphic [in, out]Graphic is a parameter of type IFEGraphic
MessageString [in] MessageString is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.