AGI Components with Insight3D Alpha 2008 r8
InsertAtXYZ Method (Index, X, Y, Z)
Library ReferenceAGI.Graphics AgGxCartesianCollectionClassInsertAtXYZ(Int32, Double, Double, Double)
Adds a constant Cartesian object, defined by its components, at the specified index, shifting existing objects. The index is zero-based.
Declaration Syntax
C# Visual Basic Visual C++
public 
virtual 
void 
InsertAtXYZ(
        
int 
Index,
        
double 
X,
        
double 
Y,
        
double 
Z
)
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
)
Parameters
Index ( Int32)
X ( Double)
Y ( Double)
Z ( Double)

Assembly: AGI.Graphics.Interop(Module: AGI.Graphics.Interop) Version: 9.0.0.0 (9.0.0.0)