Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

59209d02 99c6 877a 21d7 43b6270dd044

haplokuon edited this page May 6, 2023 · 1 revision

Remove(UCS) Method

netDxf 3.0.0 Library

Removes a user coordinate system.

Definition

Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public override bool Remove(
	UCS item
)

VB

Public Overrides Function Remove ( 
	item As UCS
) As Boolean

C++

public:
virtual bool Remove(
	UCS^ item
) override

F#

abstract Remove : 
        item : UCS -> bool 
override Remove : 
        item : UCS -> bool 

Parameters

  UCS
User coordinate system to remove from the document.

Return Value

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

Reference

UCSs Class
Remove Overload
netDxf.Collections Namespace

Clone this wiki locally