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.8.0.280
Syntax
C#
public ObjectId DataSourceId { get; set; }
VB
Public Property DataSourceId As ObjectId Get Set
C++
public: property ObjectId DataSourceId { ObjectId get (); void set (ObjectId value); }
Property Value
ObjectIdExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the band type is not BandType::SectionalData or BandType::PipeNetwork. |