API Documentation > Enumerated Types > Enum pfcServerDependency
Enum pfcServerDependency
Description
Specifies the dependency rule while checking out dependents of the object that is selected for checkout.
Values
pfcSERVER_DEPENDENCY_ALL
All objects that are dependent on the selected object are checked out.
pfcSERVER_DEPENDENCY_REQUIRED
All models are required to successfully retrieve the originally-selected model from the CAD application are selected for checkout.
pfcSERVER_DEPENDENCY_NONE
None of the dependent objects are checked out.
pfcServerDependency_nil
Enum null value.
Was this helpful?