GraphBandSetSaveAsBandSetStyle Method |
Saves the current band set data as a band set style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId SaveAsBandSetStyle(
string name
)
Public Function SaveAsBandSetStyle (
name As String
) As ObjectId
public:
ObjectId SaveAsBandSetStyle(
String^ name
)
Parameters
- name String
-
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the name is duplicated with the existing band set style in the current drawing.
|
See Also