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


IDimensionConstructor Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > ID > IDimensionConstructor Interface
ArcGIS Developer Help

IDimensionConstructor Interface

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

Product Availability

Available with ArcGIS Desktop.

Members

Name 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.

Classes that implement IDimensionConstructor

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.

See Also

IDimensionEditExtension Interface | IEnumDimensionConstructor Interface