Removes a user coordinate system.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public override bool Remove(
UCS item
)
Public Overrides Function Remove (
item As UCS
) As Boolean
public:
virtual bool Remove(
UCS^ item
) override
abstract Remove :
item : UCS -> bool
override Remove :
item : UCS -> bool
VIRTUAL METHOD Remove(
item AS UCS
) AS LOGIC
Parameters
- item
- Type: DXFReaderNET.TablesUCS
User coordinate system to remove from the document.
Return Value
Type:
BooleanTrue if the user coordinate system has been successfully removed, or false otherwise.
Remarks Reserved user coordinate system or any other referenced by objects cannot be removed.
See Also