Gets or sets the source object id of the data displayed in the band.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public ObjectId DataSourceId { get; set; }Visual Basic
Public Property DataSourceId As ObjectId
Get
SetVisual C++
public: property ObjectId DataSourceId { ObjectId get (); void set (ObjectId value); }
Exceptions
| Exception | Condition |
|---|---|
| System.InvalidOperationException | Thrown when the band type is not BandType::SectionalData or BandType::PipeNetwork. |