CodeSetStyleRemove Method |
Remove method.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Remove(
string code
)
Public Sub Remove (
code As String
)
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