StyleCollectionBaseRemove(StyleBase) Method |
Note: This API is now obsolete.
Removes a style by Object from the collection.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax[ObsoleteAttribute("Use the override methods with an index or name instead.",
false)]
public virtual void Remove(
StyleBase style
)<ObsoleteAttribute("Use the override methods with an index or name instead.",
false)>
Public Overridable Sub Remove (
style As StyleBase
)public:
[ObsoleteAttribute(L"Use the override methods with an index or name instead.",
false)]
virtual void Remove(
StyleBase^ style
)
Parameters
- style StyleBase
- The style object to remove from the collection.
Exceptions
See Also