SITransformation.SclZ

Introduced

v5.1

Description

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

C# Syntax

// get accessor

Double rtn = ISITransformation.SclZ;

// set accessor

ISITransformation.SclZ = Double;

See Also

SITransformation.SclX SITransformation.SclY SITransformation.GetScaling SITransformation.SetScaling