JavaScript Application Programming Interface (API) for AutoCAD
ContentsIndexHome
PreviousUpNext
Acad.Enum_Projection Function

Autodesk.AutoCAD.js

JavaScript
function Acad.Enum_Projection();
{
"Parallel" : 0,
"Perspective" : 1
};

Use this enum to provide values that describe the mapping projection of the mapper. This enum wraps the AcGiMapper::Projection ObjectARX enum.

Links
Copyright (c) 2016. All rights reserved.
What do you think about this topic? Send feedback!