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


IBorder.GetGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBorder Interface > IBorder.GetGeometry Method
ArcGIS Developer Help

IBorder.GetGeometry Method

Geometry used to draw the frame border.

[Visual Basic .NET]
Public Function GetGeometry ( _
    ByVal Display As IDisplay, _
    ByVal Shape As IGeometry _
) As IGeometry
[C#]
public IGeometry GetGeometry (
    IDisplay Display,
    IGeometry Shape
);
[C++]
HRESULT GetGeometry(
  IDisplay* Display,
  IGeometry* Shape
);
[C++]
Parameters
Display [in]

Display is a parameter of type IDisplay* Shape [in]
Shape is a parameter of type IGeometry*

Product Availability

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

See Also

IBorder Interface