SITransformation.SclY
 
 
 

SITransformation.SclY

Introduced

v5.1

Description

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

C# Syntax

// get accessor
Double rtn = ISITransformation.SclY;
// set accessor
ISITransformation.SclY = Double;

See Also

SITransformation.SclX SITransformation.SclZ SITransformation.GetScaling SITransformation.SetScaling