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.4.2516.0

Syntax

C#
public void Add(
	ObjectId bandStyleId
)
Visual Basic
Public Sub Add ( _
	bandStyleId As ObjectId _
)
Visual C++
public:
void Add(
	ObjectId bandStyleId
)

Parameters

bandStyleId
Type: ObjectId
The band style ObjectId.

See Also