IEditPermissionResult.FailUnits property
Namespace: NextDesign.Desktop
Description
List of units for which edit permission operation failed
Even if the operation API is called for a single unit, the result information is returned as a collection.
When obtaining edit permission, you can check the units for which edit permission has already been obtained by other users from this list.
IModelUnitCollection FailUnits { get; }
Type
- IModelUnitCollection