Add Method

Add method.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public CodeSetStyleItem Add(
	string code,
	ObjectId styleId
)

Visual Basic

Public Function Add ( _
	code As String, _
	styleId As ObjectId _
) As CodeSetStyleItem

Visual C++

public:
CodeSetStyleItem^ Add(
	String^ code, 
	ObjectId styleId
)

Parameters

code
Type: System.String
The name of this code.
styleId
Type: ObjectId
The style of this code.

Remarks

You can use the method to add the item which type is NormalItemType.

See Also