AGI Components with Insight3D Alpha 2008 r8
AddXYZ Method (X, Y, Z)
Library ReferenceAGI.Graphics IAgGxCartesianCollectionAddXYZ(Double, Double, Double)
Adds a constant Cartesian object, defined by its components, to the end of the collection.
Declaration Syntax
C# Visual Basic Visual C++
void 
AddXYZ(
        
double 
X,
        
double 
Y,
        
double 
Z
)
Sub 
AddXYZ ( _
        
X 
As 
Double, _
        
Y 
As 
Double, _
        
Z 
As 
Double _
)
void 
AddXYZ(
        [
InAttribute] 
double 
X, 
        [
InAttribute] 
double 
Y, 
        [
InAttribute] 
double 
Z
)
Parameters
X ( Double)
Y ( Double)
Z ( Double)

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