BandSetItemCollectionAdd Method

Creates a new band item with the given bandStyle ObjectId, adds it to the collection.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Add(
	ObjectId bandStyleId
)

Parameters

bandStyleId  ObjectId
The band style ObjectId.
See Also