ArcObjects Library Reference (Carto)  

IMapFrameDescriptions.Element Property

The map frame description at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IMapFrameDescription
[C#]
public IMapFrameDescription get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IMapFrameDescription** mapFrameDesc
);
[C++]

Parameters

Index [in]   Index is a parameter of type long mapFrameDesc [out, retval]

  mapFrameDesc is a parameter of type IMapFrameDescription

Product Availability

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

See Also

IMapFrameDescriptions Interface