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


IDimensionClassExtension.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 > IDimensionClassExtension Interface > IDimensionClassExtension.NativeTransformation Property
ArcGIS Developer Help

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