Saves the current band set data as a band set style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public ObjectId SaveAsBandSetStyle( string name )
Visual Basic
Public Function SaveAsBandSetStyle ( _ name As String _ ) As ObjectId
Visual C++
public: ObjectId SaveAsBandSetStyle( String^ name )
Parameters
- name
- Type: System.String
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the name is duplicated with the existing band set style in the current drawing. |