This document is archived and information here might be outdated.  Recommended version.


IFrameElement.Object Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameElement Interface > IFrameElement.Object Property
ArcGIS Developer Help

IFrameElement.Object Property

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.

 

See Also

IFrameElement Interface