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


IDimensionGraphic.NativeTransformation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.NativeTransformation Property
ArcGIS Developer Help

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