v4.0
Returns the origin of an object which is determined from the siInstallationPath of its plug-in. For instance, if a Filter object is defined by a plug-in installed in a workgroup folder then the Filter origin is siWorkgroupPath.
set cone = Application.ActiveSceneRoot.AddPrimitive( "cone" ) Application.LogMessage "Cone's origin: " & cone.Origin ' Expected results: ' INFO: Cone's origin: 3" |