This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.Object Property (ArcObjects .NET 10.4 SDK) |
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
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.