ProfileViewBandItemDataSourceId Property |
Gets or sets the source object id of the data displayed in the band.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId DataSourceId { get; set; }
Public Property DataSourceId As ObjectId
Get
Set
public:
property ObjectId DataSourceId {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the band type is not BandType::SectionalData or BandType::PipeNetwork.
|
See Also