ArcObjects Library Reference (Carto)  

IDimensionClassExtension.NativeTransformation Property

The native display transformation of the dimension feature class.

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

Parameters

transformation [out, retval]

  transformation is a parameter of type ITransformation

Product Availability

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

See Also

IDimensionClassExtension Interface