Returns a group of objects corresponding to the specified type of CAD section.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Function GetSection( _ ByVal Index As ConvSection _ ) As CADGroup |
Parameters
-
Index
-
Type: ConvSection
One of the ConvSection values
that specify the section in the loaded CAD file.
Return Value
A
CADGroup object representing a group of objects from
the loaded CAD file.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also