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


ILineDecoration.QueryBoundary Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

ILineDecoration.QueryBoundary Method

Queries for the boundary of the given line geometry.

[Visual Basic .NET]
Public Sub QueryBoundary ( _
    ByVal hDC As Integer, _
    ByVal transform As ITransformation, _
    ByVal LineGeometry As IGeometry, _
    ByVal boundary As IPolygon _
)
[C#]
public void QueryBoundary (
    int hDC,
    ITransformation transform,
    IGeometry LineGeometry,
    IPolygon boundary
);
[C++]
HRESULT QueryBoundary(
  OLE_HANDLE hDC,
  ITransformation* transform,
  IGeometry* LineGeometry,
  IPolygon* boundary
);
[C++]

Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transform [in]
transform is a parameter of type ITransformation* LineGeometry [in]
LineGeometry is a parameter of type IGeometry* boundary [in]
boundary is a parameter of type IPolygon*

Product Availability

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

See Also

ILineDecoration Interface