Library | Module

Enum pfcServerDependency

Description

Specifies the dependency rule while checking out dependents of the object that is selected for checkout.




Values

SERVER_DEPENDENCY_ALL
All objects that are dependent on the selected object are checked out.
SERVER_DEPENDENCY_REQUIRED
All models are required to successfully retrieve the originally-selected model from the CAD application are selected for checkout.
SERVER_DEPENDENCY_NONE
None of the dependent objects are checked out.
ServerDependency_nil
Use this enumerated value to represent "null" passed to optional properties or method arguments.