Share

CodeSetStyle.Remove Method

Remove method.



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

Syntax

C#

public void Remove(
	string code
)

VB

Public Sub Remove ( 
	code As String
)

C++

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

Reference

Was this information helpful?