GetEdgeType Method (IHatchBoundaryLoop) Send Feedback
See Also  Example
EdgeType[out]
Type of Hatch boundary edge as defined in dsHatchEdgeType_e
Index
Index of the Hatch boundary edge (see Remarks)
Gets the type of the specified Hatch boundary edge.

Syntax

Visual Basic 
Function GetEdgeType( _
   ByVal Index As System.Integer _
) As dsHatchEdgeType_e
C# 
dsHatchEdgeType_e GetEdgeType( 
   System.int Index
)
JavaScript 
GetEdgeType( 
   Index : Number
) : String
COM native C++ 
HRESULT GetEdgeType( 
   LONG Index,
   dsHatchEdgeType_e* EdgeType
) 
C++ 
DSRESULT GetEdgeType( 
   long Index,
   dsHatchEdgeType_e* EdgeType
) 

Parameters

Index
Index of the Hatch boundary edge (see Remarks)
EdgeType[out] or Return Value
Type of Hatch boundary edge as defined in dsHatchEdgeType_e

Example

Remarks

Before calling this method, call IHatchBoundaryLoop::GetEdgesCount to determine a valid value for Index.

 

See Also

Availability

DraftSight V1R1.3