com.esri.arcgis.carto
Interface IDimensionClassExtension2

All Superinterfaces:
Serializable
All Known Implementing Classes:
DimensionClassExtension

public interface IDimensionClassExtension2
extends Serializable

Provides access to members that control the dimension class extension for a dimension feature class.

Product Availability

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


Method Summary
 ITransformation getNativeTransformation(IDimensionGraphic pGraphic)
          The native display transformation of the dimension feature class, centered on the given graphic.
 

Method Detail

getNativeTransformation

ITransformation getNativeTransformation(IDimensionGraphic pGraphic)
                                        throws IOException,
                                               AutomationException
The native display transformation of the dimension feature class, centered on the given graphic.

Product Availability

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

Parameters:
pGraphic - A reference to a com.esri.arcgis.carto.IDimensionGraphic (in)
Returns:
A reference to a com.esri.arcgis.geometry.ITransformation
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.