Click or drag to resize

DrawingStyleCollectionAdd Method

Adds DrawingStyle item to the end of the DrawingStyleCollection.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public void Add(
	DrawingStyle item
)

Parameters

item
Type: Cadcorp.ConfigurationDrawingStyle
The DrawingStyle item to add to the end of the StringCollection. The item can be null.
See Also