Object framed by this element.
[Visual Basic .NET] Public ReadOnly Property Object As Object
[C#] public object Object {get;}
[C++]
HRESULT get_Object(
VARIANT* framedObject
);
[C++]Parameters
framedObject [out, retval] framedObject is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Object returns the object contained within the frame. Once the object is returned, it is up to the developer to figure out what type of object it is. Use this property when you wish to perform an operation on the object within the frame.