GetPolyLineBoundaryLoopData Method (IHatchBoundaryLoop)
Gets the PolyLine data for the Hatch boundary.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPolyLineBoundaryLoopData( _
VARIANT_BOOL* HasBulge As System.Boolean, _
VARIANT_BOOL* IsClosed As System.Boolean, _
VARIANT* CoordinateDblArray As System.Object, _
VARIANT* BulgesDblArray As System.Object _
) |
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