SITransformation.PosZ

Introduced

v5.1

Description

Sets or returns the z coordinate of this transformation as a Double (floating-point value).

C# Syntax

// get accessor

Double rtn = ISITransformation.PosZ;

// set accessor

ISITransformation.PosZ = Double;

See Also

SITransformation.PosX SITransformation.PosY SITransformation.GetTranslation SITransformation.SetTranslation