Returns the graphic overrides associated with a particular ownership status.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public WorksharingDisplayGraphicSettings GetGraphicOverrides(
CheckoutStatus ownershipStatus
)
Parameters
- ownershipStatus CheckoutStatus
-
The ownership status of interest.
Return Value
WorksharingDisplayGraphicSettings
Returns the graphic overrides assigned to a particular ownership status.
Exceptions
See Also
Reference