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


IDimensionClassExtension2.NativeTransformation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IDimensionClassExtension2.NativeTransformation Property

The native display transformation of the dimension feature class, centered on the given graphic.

[Visual Basic .NET]
Public Function get_NativeTransformation ( _
    ByVal pGraphic As IDimensionGraphic _
) As ITransformation
[C#]
public ITransformation get_NativeTransformation (
    IDimensionGraphic pGraphic
);
[C++]
HRESULT get_NativeTransformation(
  IDimensionGraphic* pGraphic,
  ITransformation** transformation
);
[C++]

Parameters pGraphic [in]
pGraphic is a parameter of type IDimensionGraphic transformation [out, retval]
transformation is a parameter of type ITransformation

Product Availability

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

See Also

IDimensionClassExtension2 Interface