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


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

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