RemoveLayer Method (ILayerManager)
Removes the specified Layer from the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function RemoveLayer( _
const dsString& Name As System.String _
) As System.Boolean |
C# | |
---|
System.bool RemoveLayer(
System.string Name
) |
JavaScript | |
---|
RemoveLayer(
Name : String
) : Boolean |
Parameters
- Name
- Name of the Layer to remove
- Result[out] or Return Value
- True if the specified Layer was removed from the document, false if not
See Also
Availability
DraftSight V1R1.1