SIVector3.Z

Description

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

C# Syntax

// get accessor

Double rtn = ISIVector3.Z;

// set accessor

ISIVector3.Z = Double;