Add method.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CodeSetStyleItem Add(
string code,
ObjectId styleId
)
Public Function Add (
code As String,
styleId As ObjectId
) As CodeSetStyleItem
public:
CodeSetStyleItem^ Add(
String^ code,
ObjectId styleId
)
Parameters
- code String
-
The name of this code.
- styleId ObjectId
-
The style of this code.
Return Value
CodeSetStyleItem
Remarks
You can use the method to add the item which type is NormalItemType.
See Also