Getting Input using ObjectARX
    ObjectARX提供以下输入功能。 有关如何使用这些功能的完整说明,请参考ObjectARX在线帮助。.

acedGetInt        used to get an integer value
acedGetReal       used to get a real value
acedGetString     used to get a string
acedGetAngle      used to get a angle value
acedGetKword      used to get a key word
acedInitGet       used to initialize acedGetXXXX functions
acedGetFileD      used to retrieve file selection from a file dialog
acedGetPoint      used to pick a point
acedGetDist       used to get the distance between two points
acedGetCorner     see Online Help for a complete description

    ObjectARX提供以下用于选择AutoCAD实体的功能。 (有关如何使用这些功能的完整说明,请再次参考ObjectARX在线帮助)。

acedEntSel       used to select a single entity
acedNEntSel      used to select a single, nested entity
acedNEntSelP     used to select a single, nested entity
acutSSGet        used to select multiple entities

NOTE: 有关“ MYINPUT”和“ MYSELECT”命令的已解决实现,请参阅以下文章中的acrxEntryPoint.cpp文件: Step02 solved project.

 

NEXT: Step 3 - Symbol Tables

Copyright ? 2013 Autodesk, Inc.