ArcObjects Library Reference (Carto)  

IDimensionGraphic.NativeTransformation Property

The native transformation for the dimension graphic.

[Visual Basic .NET]
Public Property NativeTransformation As ITransformation
[C#]
public ITransformation NativeTransformation {get; set;}
[C++]
HRESULT get_NativeTransformation(
  ITransformation** transformation
);
[C++]
HRESULT putref_NativeTransformation(
  ITransformation* transformation
);
[C++]

Parameters

transformation [out, retval]

  transformation is a parameter of type ITransformation

transformation [in]

  transformation is a parameter of type ITransformation

Product Availability

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

Remarks

If the current DimensionStyle supports text value conversion, the native units and transformation can be set with the NativeUnits and NativeTransformation properties.

See Also

IDimensionGraphic Interface