ShapeModelingCollection.Insert(Int32, ShapeElement) Method

Definition

public:
 virtual void Insert(int index, Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ shape);
public virtual void Insert (int index, Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement shape);
abstract member Insert : int * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
override this.Insert : int * Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> unit
Public Overridable Sub Insert (index As Integer, shape As ShapeElement)

Parameters

index
Int32
shape
ShapeElement

Applies to