Click or drag to resize

UCSsRemove Method (String)

Removes a user coordinate system.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public override bool Remove(
	string name
)

Parameters

name
Type: SystemString
User coordinate system name to remove from the document.

Return Value

Type: Boolean
True 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