CodeSetStyleRemove Method

Remove method.

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