Remove Method

Remove method.

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

Syntax

C#

public void Remove(
	string code
)

Visual Basic

Public Sub Remove ( _
	code As String _
)

Visual C++

public:
void Remove(
	String^ code
)

Parameters

code
Type: System.String
The name of this code.

Remarks

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

See Also