ArcObjects Library Reference (Editor)  

IDimensionConstructor Interface

Provides access to members that control the dimension feature edit sketch constructor.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Method AddFeedbackPoint Adds a point to the display feedback.
Read-only property CanFinish Indicates if the dimension feature can be constructed given the number of points in the edit sketch.
Method ConstructDimension Creates the dimension shape for a dimension feature given the geometry constructed in the dimension constructor.
Method CreateFeedback The display feedback for the constructor.
Read-only property DimensionType The type of dimension created with the dimension constructor.
Read-only property HasFeedback Indicates if the constructor will use a custom feedback.
Read-only property Name Name of the dimension constructor.
Method Shutdown The constructor start event.
Read-only property SketchGeometryType The type of geometry used for the edit sketch constructor.
Method StartFeedback Starts the display feedback for the dimension constructor.
Method StartFeedbackFromShape Starts the display feedback for the dimension constructor from an existing geometry.
Method Startup The dimension editor extension.
Method StopFeedback Stops the display feedback.

CoClasses that implement IDimensionConstructor

CoClasses and Classes Description
AlignedConstructor A dimension feature constructor for creating aligned dimension features.
FreeAlignedConstructor A dimension feature constructor for creating alingned dimension features.
FreeLinearConstructor A dimension feature constructor for creating linear dimension features.
LinearConstructor A dimension feature constructor for creating linear dimension features.
RotatedLinearConstructor A dimension feature constructor for creating linear dimension features.
SimpleAlignedConstructor A dimension feature constructor for creating aligned dimension features.

Remarks

Dimension Constructors provide specialized behavior for creating new dimension features.  All dimension constructors implement the IDimensionConstructor interface and are registered in the ESRI Dimension Constructors component category.