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 }