Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub New( _ ByVal l As CADLayer, _ ByVal index As Integer _ ) |
C#
|
public LayerChangedEventArgs( CADLayer l, int index ) |
Parameters
-
l
-
Type: CADLayer
-
index
-
Type: int
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also