ProfileViewBandItemDataSourceId Property

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.292
Syntax
public ObjectId DataSourceId { get; set; }

Property Value

ObjectId
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the band type is not BandType::SectionalData or BandType::PipeNetwork.
See Also