ViewsRemove Method (String)
|
Removes view.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public override bool Remove(
string name
)
Public Overrides Function Remove (
name As String
) As Boolean
public:
virtual bool Remove(
String^ name
) override
abstract Remove :
name : string -> bool
override Remove :
name : string -> bool
VIRTUAL METHOD Remove(
name AS STRING
) AS LOGIC
Parameters
- name
- Type: SystemString
View name to remove from the document.
Return Value
Type:
BooleanTrue if the view has been successfully removed, or false otherwise.
Remarks Reserved views or any other referenced by objects cannot be removed.
See Also