MPolygonSetLoopDirection Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void SetLoopDirection(
int index,
LoopDirection dir
)
Public Overridable Sub SetLoopDirection (
index As Integer,
dir As LoopDirection
)
public:
virtual void SetLoopDirection(
int index,
LoopDirection dir
)
abstract SetLoopDirection :
index : int *
dir : LoopDirection -> unit
override SetLoopDirection :
index : int *
dir : LoopDirection -> unit
Parameters
- index Int32
-
- dir LoopDirection
-
See Also