Gets whether the Entity is a Civil Worksharing reference object. A Civil Worksharing reference object is a Civil object shared to Shared Space. It is not editable. But it can be updated to the new version in the Shared Space.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsCWSReferenceObject { get; }
VB
Public ReadOnly Property IsCWSReferenceObject As Boolean Get
C++
public: property bool IsCWSReferenceObject { bool get (); }