AddCommand Class |
![]() |
Namespace: MediaCy.Addins.Measurements
Public Class AddCommand Inherits MeasurementsCommand
The AddCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddCommand | Initializes a new instance of the AddCommand class |
![]() | AddCommand(McCommand) | Initializes a new instance of the AddCommand class |
Name | Description | |
---|---|---|
![]() | FeatureName |
Name of the feature.
|
![]() | MeasurementType |
Type of the measurement to add.
|
![]() | Output |
Returns created sub-feature, in case of Pitch with line, the list of Pitch lines is returned
|
![]() | Points |
List of points to create new feature.
|
![]() | Prompt | (Overrides McCommandPrompt.) |
![]() | SnapFeature |
Defines if this is Snap feature or not. If this parameter is True, SnapOptions contain additional snap parameters.
|
![]() | SnapOptions |
Snap options that used to auto-adjust the feature to the image.
|
Name | Description | |
---|---|---|
![]() ![]() | CreateFromGrObjFeature |
Create new feature from graphic object.
|
![]() ![]() | CreateFromTool |
Create feature from tool and points.
|
![]() ![]() | FromFeature |
Create command from feature.
|
![]() ![]() | FromTool |
Create pick-points feature.
|
![]() | OnRunning | (Overrides McCommand.OnRunning.) |
![]() | Run | |
![]() | SaveParameterAsCode |
Records Points and SnapOptions.
(Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |