GetHatchBoundaryLoop Method (IHatch) Send Feedback
See Also  Example
HatchBoundaryLoop[out]
IHatchBoundaryLoop
Index
Index of the Hatch boundary loop to get (see Remarks)
Gets the specified Hatch boundary loop.

Syntax

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

Example

Remarks

Before calling this method, call IHatch::GetHatchBoundaryLoopsCount to determine a valid value for index.
 

See Also

Availability

DraftSight V1R1.3