Acad.Enum_Projection Function
File
Autodesk.AutoCAD.js
Syntax
JavaScript
function Acad.Enum_Projection();
{
"Parallel" : 0,
"Perspective" : 1
};
Group
Description
Use this enum to provide values that describe the mapping projection of the mapper. This enum wraps the AcGiMapper::Projection
ObjectARX enum.