CADability dotNET
Removes an entry from the LineWidth list. Depending on the context and global settings
there might be a warning if the LineWidth is beeing used by an IGeoObject belonging to the
Project. If the LineWidth is not in the list, nothing happens.
Namespace: CADability.AttributeAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public void Remove(
LineWidth lineWidthToRemove
) |
| Visual Basic |
|---|
Public Sub Remove ( _
lineWidthToRemove As LineWidth _
) |
| Visual C++ |
|---|
public:
void Remove(
LineWidth^ lineWidthToRemove
) |
See Also