Cadcorp Web API
Cadcorp Web API
Cadcorp.Configuration
DrawingStyleCollection Class
DrawingStyleCollection Methods
Add Method
Contains Method
CopyTo Method
IndexOf Method
Insert Method
Remove Method
DrawingStyleCollection
Remove Method
Removes the first occurrence of a specific
DrawingStyle
item from the
DrawingStyleCollection
.
Namespace:
Cadcorp.Configuration
Assembly:
Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
C#
VB
ASP.NET
Copy
public
void
Remove
(
DrawingStyle
item
)
Public
Sub
Remove
(
item
As
DrawingStyle
)
Parameters
item
Type:
Cadcorp.Configuration
DrawingStyle
The
DrawingStyle
item to remove from the
DrawingStyleCollection
. The item can be null.
See Also
Reference
DrawingStyleCollection Class
Cadcorp.Configuration Namespace