XSIMath.CreateTransform
 
 
 

XSIMath.CreateTransform

Description

Returns a SITransformation object

C# Syntax

SITransformation XSIMath.CreateTransform();

Scripting Syntax

oReturn = XSIMath.CreateTransform();

Return Value

SITransformation

Examples

VBScript Example

set oTransform = XSIMath.CreateTransform
Application.LogMessage TypeName(oTransform)