GraphBandSetSaveAsBandSetStyle Method

Saves the current band set data as a band set style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectId SaveAsBandSetStyle(
	string name
)

Parameters

name  String
 

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the name is duplicated with the existing band set style in the current drawing.
See Also