GetPolyLineBoundaryLoopData Method (IHatchBoundaryLoop)
Gets the PolyLine data for the Hatch boundary.
.NET Syntax
Parameters
- HasBulge[out]
- True if the PolyLine has bulge, false if not
- IsClosed[out]
- True if the PolyLine is closed, false if not
- CoordinateDblArray[out]
- Array of doubles of the PolyLine coordinates
- BulgesDblArray[out] or Return Value
- Array of doubles of the bulge coordinates
Example
Remarks
See Also