Share

CodeSetStyle.Add Method

Add method.



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

Syntax

C#

public CodeSetStyleItem Add(
	string code,
	ObjectId styleId
)

VB

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

C++

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

Reference

Was this information helpful?