ArcObjects Library Reference (DefenseSolutions)  

IGraphicTextFactory.MakeTransformed Method

Fills a geometry bag with polygons representing a given text string. Format details are taken from the provided AttributeLabel object.

ERROR: Syntax information about IGraphicTextFactory.MakeTransformed may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT MakeTransformed(
  BSTR Text,
  IPoint* Offset,
  double ScaleBy,
  IAttributeLabel** AttributeLabel,
  IGeometryBag** TransformedGeometry
);
[C++]

Parameters

Text [in]   Text is a parameter of type BSTR Offset [in]

  Offset is a parameter of type IPoint

ScaleBy [in]   ScaleBy is a parameter of type double AttributeLabel [in, out]

  AttributeLabel is a parameter of type IAttributeLabel

TransformedGeometry [in, out]

  TransformedGeometry is a parameter of type IGeometryBag

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicTextFactory Interface