Visual Basic | |
---|---|
Function GetHatchBoundaryLoop( _ ByVal Index As System.Integer _ ) As HatchBoundaryLoop |
C# | |
---|---|
HatchBoundaryLoop GetHatchBoundaryLoop( System.int Index ) |
JavaScript | |
---|---|
GetHatchBoundaryLoop( Index : Number ) : dsHatchBoundaryLoop |
COM native C++ | |
---|---|
HRESULT GetHatchBoundaryLoop( LONG Index, IHatchBoundaryLoop** HatchBoundaryLoop ) |
C++ | |
---|---|
DSRESULT GetHatchBoundaryLoop( long Index, dsHatchBoundaryLoop** HatchBoundaryLoop ) |
Parameters
- Index
- Index of the Hatch boundary loop to get (see Remarks)
- HatchBoundaryLoop[out] or Return Value
- IHatchBoundaryLoop
Get Hatch and Hatch Boundary Loop Data (C#)
Get Hatch and Hatch Boundary Loop Data (VB.NET)
Get Hatch and Hatch Boundary Loop Data (VBA)
Get Hatch and Hatch Boundary Loop Data (VB.NET)
Get Hatch and Hatch Boundary Loop Data (VBA)
Before calling this method, call IHatch::GetHatchBoundaryLoopsCount to determine a valid value for index.
DraftSight V1R1.3