EntityIsCWSSourceObject Property |
Gets whether the Entity is a Civil Worksharing source object. A Civil Worksharing source object is
a Civil object shared to Shared Space. It is editable and can be updated to Shared Space.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsCWSSourceObject { get; }
Public ReadOnly Property IsCWSSourceObject As Boolean
Get
public:
property bool IsCWSSourceObject {
bool get ();
}
Property Value
Boolean
See Also