Class TriggerEdgeCreationAction
Triggers the enablement of the tool that is responsible for creating edges and initializes it with the creation of edges of the given elementTypeId.
public class TriggerEdgeCreationAction : BaseAction
- Inheritance
-
TriggerEdgeCreationAction
- Inherited Members
Fields
TriggerEdgeCreationActionKind
The kind value used for this kind of action
public const string TriggerEdgeCreationActionKind = "triggerEdgeCreation"
Field Value
Properties
Args
Custom arguments.
public IDictionary<string, object> Args { get; set; }
Property Value
ElementTypeId
The type of edge that should be created by the edge creation tool.
public string ElementTypeId { get; init; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }