ModelElement.Delete Method

Definition

Overloads

Delete()

Deletes the element from the model.

Delete(Guid[])

Deletes the element from the model.

Delete()

Deletes the element from the model.

public:
 void Delete();
[System.Diagnostics.DebuggerStepThrough]
public void Delete ();
[<System.Diagnostics.DebuggerStepThrough>]
member this.Delete : unit -> unit
Public Sub Delete ()
Attributes

Applies to

Delete(Guid[])

Deletes the element from the model.

public:
 void Delete(... cli::array <Guid> ^ domainRolesToNotPropagate);
public void Delete (params Guid[] domainRolesToNotPropagate);
member this.Delete : Guid[] -> unit
Public Sub Delete (ParamArray domainRolesToNotPropagate As Guid())

Parameters

domainRolesToNotPropagate
Guid[]

A list of domain role ID-s through which delete should not be propagated.

Applies to