EntityIsCWSReferenceObject Property |
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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsCWSReferenceObject { get; }
Public ReadOnly Property IsCWSReferenceObject As Boolean
Get
public:
property bool IsCWSReferenceObject {
bool get ();
}
Property Value
Boolean
See Also