BandStyleGetBandStyleId Method

Get the ObjectId of BandStyle with the specified bandType and bandStyleName from the specified database.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId GetBandStyleId(
	Database database,
	BandType bandType,
	string bandStyleName
)

Parameters

database  Database
The database where to get the band styleId.
bandType  BandType
The band type.
bandStyleName  String
The name of band style.

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when bandStyleName is invalid.
See Also