Saves the current band set data as a band set style.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public ObjectId SaveAsBandSetStyle( string name )
VB
Public Function SaveAsBandSetStyle ( name As String ) As ObjectId
C++
public: ObjectId SaveAsBandSetStyle( String^ name )
Parameters
- name String
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the name is duplicated with the existing band set style in the current drawing. |