SourceId Property

Gets the ObjectId of the Section's Source

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public virtual ObjectId SourceId { get; }

Visual Basic

Public Overridable ReadOnly Property SourceId As ObjectId
	Get

Visual C++

public:
virtual property ObjectId SourceId {
	ObjectId get ();
}

See Also