Enum values must be prefixed with the name of the enum, for example:
myXSIApp.LogMessage( "Hello, World!", siSeverityType.siWarning );
String constant values must be prefixed with "StringModule", for example:
myXSIApp.LogMessage( myObj.BelongsTo(StringModule.siMeshFamily) );
Except where otherwise noted, this work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License