Adds a constant Cartesian object, defined by
its components, at the specified index, shifting existing objects.
The index is zero-based.
| C# | Visual Basic | Visual C++ |
Public Overridable Sub InsertAtXYZ ( _ Index As Integer, _ X As Double, _ Y As Double, _ Z As Double _ )
public: virtual void InsertAtXYZ( [ InAttribute] int Index, [ InAttribute] double X, [ InAttribute] double Y, [ InAttribute] double Z )
Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)