Share

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.

C#

public enum Handedness {
  Left,
  Right
}

Visual Basic

Public Enum Handedness
  Left
  Right
End Enum

Members

Members Description
Left Left hand rule.
Right Right hand rule.

Was this information helpful?