Click or drag to resize

DrawingStyleCollectionRemove 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
public void Remove(
	DrawingStyle item
)

Parameters

item
Type: Cadcorp.ConfigurationDrawingStyle
The DrawingStyle item to remove from the DrawingStyleCollection. The item can be null.
See Also