-
Home
-
API
-
ProCad.Editing.Operations
-
CadOperation
-
Constructors
-
CadOperation(CadOperationKind, Nullable, IReadOnlyDictionary?, IReadOnlyList?)
CadOperation(CadOperationKind, Nullable, IReadOnlyDictionary<String, String>?, IReadOnlyList?) Constructor
Definition
public CadOperation(CadOperationKind Kind, CadEntityId? EntityId, IReadOnlyDictionary<string, string>? Payload = null, IReadOnlyList<CadOperation>? Children = null)
Parameters