This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDimensionGraphic Interface > IDimensionGraphic.NativeTransformation Property (ArcObjects .NET 10.4 SDK) |
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
If the current DimensionStyle supports text value conversion, the native units and transformation can be set with the NativeUnits and NativeTransformation properties.