SIVector3.Y
 
 
 

SIVector3.Y

Description

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

C# Syntax

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