Gets or sets the source object id of the data displayed in the band.

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

Syntax

C#
public ObjectId DataSourceId { get; set; }
Visual Basic
Public Property DataSourceId As ObjectId
	Get
	Set
Visual C++
public:
property ObjectId DataSourceId {
	ObjectId get ();
	void set (ObjectId value);
}

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the band type is not BandType::SectionalData or BandType::PipeNetwork.

See Also