SITransformation.PosY

Introduced

v5.1

Description

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

C# Syntax

// get accessor

Double rtn = ISITransformation.PosY;

// set accessor

ISITransformation.PosY = Double;

See Also

SITransformation.PosX SITransformation.PosZ SITransformation.GetTranslation SITransformation.SetTranslation