MPolygonGetLoopDirection Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual LoopDirection GetLoopDirection(
int index
)
Public Overridable Function GetLoopDirection (
index As Integer
) As LoopDirection
public:
virtual LoopDirection GetLoopDirection(
int index
)
abstract GetLoopDirection :
index : int -> LoopDirection
override GetLoopDirection :
index : int -> LoopDirection
Parameters
- index Int32
-
Return Value
LoopDirection
See Also