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
IndexOf Method
Searches for the specified
DrawingStyle
item and returns the zero-based index of the first occurrence within 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
int
IndexOf
(
DrawingStyle
item
)
Public
Function
IndexOf
(
item
As
DrawingStyle
)
As
Integer
Parameters
item
Type:
Cadcorp.Configuration
DrawingStyle
The
DrawingStyle
item to locate. The item can be null.
Return Value
Type:
Int32
The zero-based index of the first occurrence of
item
in the
DrawingStyleCollection
, if found; otherwise, -1.
See Also
Reference
DrawingStyleCollection Class
Cadcorp.Configuration Namespace