Acad.CursorType 函数 
Acad.CursorType 函数文件Autodesk.AutoCAD.js 
语法JavaScript的 
function Acad.CursorType();
{
    "kNoSpecialCursor":-1,           // No special cursor specified
    "kCrosshair":0,                  // Full screen crosshair
    "kRectCursor":1,                 // Rectangular cursor
    "kRubberBand":2,                 // Rubber band line
    "kNotRotated":3,                 // NotRotated type
    "kTargetBox":4,                  // Target box type
    "kRotatedCrosshair":5,           // Rotated crosshair w/ rubber band
    "kInvisible":7,                  // Invisible cursor
    "kEntitySelect":8,               // Entity selection target cursor
    "kParallelogram":9,              // Parallelogram cursor
    "kEntitySelectNoPersp":10,       // Pickbox, suppressed in perspective mode
    "kPkfirstOrGrips":11,            // Auto-select cursor
}; 
群ACAD 命名空间 
描述提供可用的游标类型。此枚举包装 ObjectARX 枚举。AcEdJig::CursorType 
链接ACAD 命名空间 
  
    
 |