EdgePointCollection.Insert(Int32, EdgePoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual void Insert(int index, Microsoft::VisualStudio::Modeling::Diagrams::EdgePoint ^ value);
public virtual void Insert (int index, Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint value);
override this.Insert : int * Microsoft.VisualStudio.Modeling.Diagrams.EdgePoint -> unit
Public Overridable Sub Insert (index As Integer, value As EdgePoint)
Parameters
- index
- Int32
- value
- EdgePoint