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
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 IHatchBoundaryLoop::GetEdgesCount to determine a valid value for Index.
DraftSight V1R1.3