v4.0
Returns the installation path for this object as a String. Native Softimage objects return the application path (default factory) whereas custom objects return the path where the plug-in file was installed.
' ' This example returns the current installation path ' set cone = ActiveSceneRoot.AddPrimitive( "cone" ) Application.LogMessage "Cone's origin path: " & cone.OriginPath |