AGI Components with Insight3D Alpha 2008 r8
SetPosition Method (X, Y, Z)
Library ReferenceAGI.Graphics.Scene3D IAgGxPrimitiveMarkerSetPosition(Double, Double, Double)
Sets the cartesian position of a marker in it's reference frame.
Declaration Syntax
C# Visual Basic Visual C++
void 
SetPosition(
        
double 
X,
        
double 
Y,
        
double 
Z
)
Sub 
SetPosition ( _
        
X 
As 
Double, _
        
Y 
As 
Double, _
        
Z 
As 
Double _
)
void 
SetPosition(
        [
InAttribute] 
double 
X, 
        [
InAttribute] 
double 
Y, 
        [
InAttribute] 
double 
Z
)
Parameters
X ( Double)
Y ( Double)
Z ( Double)

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