Share

BandSetItemCollection.Add 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.280

Syntax

C#

public void Add(
	ObjectId bandStyleId
)

VB

Public Sub Add ( 
	bandStyleId As ObjectId
)

C++

public:
void Add(
	ObjectId bandStyleId
)

Parameters

bandStyleId  ObjectId
The band style ObjectId.

See Also

Reference

Was this information helpful?