Click or drag to resize

UCSsRemove Method (UCS)

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes a user coordinate system.

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public override bool Remove(
	UCS item
)
Request Example View Source

Parameters

item
Type: netDxf.TablesUCS
User coordinate system 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