This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.FindFrame Method (ArcObjects .NET 10.5 SDK) |
Find the frame that contains the specified object.
[Visual Basic .NET] Public Function FindFrame ( _ ByVal frameObject As Object _ ) As IFrameElement
[C#] public IFrameElement FindFrame ( object frameObject );
[C++]
HRESULT FindFrame(
VARIANT frameObject,
IFrameElement** frame
);
[C++]
Parameters frameObject [in] frameObject is a parameter of type VARIANT frame [out, retval]
frame is a parameter of type IFrameElement