StyleCollectionBaseRemove(String) Method |
Removes a style by name from the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic override void Remove(
string styleName
)
Public Overrides Sub Remove (
styleName As String
)
public:
virtual void Remove(
String^ styleName
) override
Parameters
- styleName String
- The name of the style to remove from the collection.
Exceptions
See Also