Share

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.

C#

public enum Projection {
  Parallel,
  Perspective
}

Visual Basic

Public Enum Projection
  Parallel
  Perspective
End Enum

Was this information helpful?