Autodesk.AutoCAD.GraphicsSystem Namespace > Handedness Enumeration
Autodesk.AutoCAD.GraphicsSystem.Handedness Enumeration
Description

 

This .NET enum wraps the AcGsConfig::Handedness ObjectARX enum. It deals with the handedness of the data passed in to the GS.

Visual Basic
Public Enum Handedness
  Left
  Right
End Enum
C#
public enum Handedness {
  Left,
  Right
}
Members
Members 
Description 
Left 
Left hand rule. 
Right 
Right hand rule. 
   Comments?