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

This .NET enum wraps the AcGiMapper::Projection ObjectARX enum. 

This enumeration provides values that describe the mapping projection of the mapper.

Visual Basic
Public Enum Projection
  Parallel
  Perspective
End Enum
C#
public enum Projection {
  Parallel,
  Perspective
}
   Comments?