Returns a collection containing the names of all the groups in the currently open CAD file. DXF files sometimes contain named groups of shapes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Return Value
Type: CogStringCollectionThe returned group names.
Exceptions
| Exception | Condition |
|---|---|
| CogNoFileOpenException | No file is open. |
Remarks
Returns a collection containing the names of all the groups in the currently open CAD file. Not all DXF files contain groups.
See Also