Share

Entity.IsCWSSourceObject 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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public bool IsCWSSourceObject { get; }

VB

Public ReadOnly Property IsCWSSourceObject As Boolean
	Get

C++

public:
property bool IsCWSSourceObject {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?