Provides access to members that control the dimension feature edit sketch constructor.
Product Availability
Available with ArcGIS Desktop.
Members
Description | ||
---|---|---|
![]() |
AddFeedbackPoint | Adds a point to the display feedback. |
![]() |
CanFinish | Indicates if the dimension feature can be constructed given the number of points in the edit sketch. |
![]() |
ConstructDimension | Creates the dimension shape for a dimension feature given the geometry constructed in the dimension constructor. |
![]() |
CreateFeedback | The display feedback for the constructor. |
![]() |
DimensionType | The type of dimension created with the dimension constructor. |
![]() |
HasFeedback | Indicates if the constructor will use a custom feedback. |
![]() |
Name | Name of the dimension constructor. |
![]() |
Shutdown | The constructor start event. |
![]() |
SketchGeometryType | The type of geometry used for the edit sketch constructor. |
![]() |
StartFeedback | Starts the display feedback for the dimension constructor. |
![]() |
StartFeedbackFromShape | Starts the display feedback for the dimension constructor from an existing geometry. |
![]() |
Startup | The dimension editor extension. |
![]() |
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.