CodeSetStyleAdd Method

Add method.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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