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


IGraphicsContainer.FindFrame Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGraphicsContainer Interface > IGraphicsContainer.FindFrame Method
ArcGIS Developer Help

IGraphicsContainer.FindFrame Method

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
);
[C++]
Parameters
frameObject [in]

frameObject is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicsContainer Interface

.NET Samples

Update a legend format with SymbologyControl area and line patches