Enum pfcServerDependency
# include <pfcServer.h>
enum pfcServerDependency
{
pfcSERVER_DEPENDENCY_ALL,
pfcSERVER_DEPENDENCY_REQUIRED,
pfcSERVER_DEPENDENCY_NONE,
pfcServerDependency_nil
};
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.