ArcObjects Library Reference (Display)  

IWordBoundaries.QueryWordBoundaries Method

Fills an existing geometry bag with the boundaries of the words in the text symbol.

[Visual Basic .NET]
Public Sub QueryWordBoundaries ( _
    ByVal hDC As Integer, _
    ByVal displayTransform As ITransformation, _
    ByVal Geometry As IGeometry, _
    ByVal boundaries As IGeometryBag _
)
[C#]
public void QueryWordBoundaries (
    int hDC,
    ITransformation displayTransform,
    IGeometry Geometry,
    IGeometryBag boundaries
);
[C++]
HRESULT QueryWordBoundaries(
  long hDC,
  ITransformation* displayTransform,
  IGeometry* Geometry,
  IGeometryBag* boundaries
);
[C++]

Parameters

hDC [in]   hDC is a parameter of type long displayTransform [in]

  displayTransform is a parameter of type ITransformation

Geometry [in]

  Geometry is a parameter of type IGeometry

boundaries [in]

  boundaries is a parameter of type IGeometryBag

Product Availability

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

See Also

IWordBoundaries Interface