Description
This .NET enum wraps the AcGiMapper::Projection ObjectARX enum.
This enumeration provides values that describe the mapping projection of the mapper.
C#
public enum Projection { Parallel, Perspective }
Visual Basic
Public Enum Projection Parallel Perspective End Enum