 | GeometryGeometryType Property |
Returns the geometry type classification as defined by
GeometryTypeEnum.
Supported types include:
Point (location reference),
Segment (straight line), and
Arc (curved segment).
The geometry type determines how the geometric element is interpreted and processed
during contour composition and tool path generation.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxGeometryTypeEnum GeometryType { get; }ReadOnly Property GeometryType As GeometryTypeEnum
Get
Property Value
GeometryTypeEnum
See Also