Skip to main content

GlobalRegistrationObject

Other

Identifies a project object by name and type for global registration.

Import

import ScriptingApi as api

# Access the class
# GlobalRegistrationObject is available via api.GlobalRegistrationObject

Properties

name

Name of the object in the project.

Type: str


type

Type of the object. Usage: api.GlobalRegistrationObjectType.Surface

Type: GlobalRegistrationObjectType


See Also