CodeSetStyleRemove Method

Remove method.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.6.1987.0
Syntax
public void Remove(
	string code
)

Parameters

code  String
The name of this code.
Remarks
You can use the method to remove the item which type is NormalItemType.
See Also