SIVector3.X

Description

Sets or returns a Double representing the X value of the vector

C# Syntax

// get accessor
Double rtn = ISIVector3.X;
// set accessor
ISIVector3.X = Double;