JavaScript Application Programming Interface (API) for AutoCAD
|
Autodesk.AutoCAD.js
function Acad.Oset.getId(index);
Parameters |
Description |
index |
Specifies the input index; it should be more than or equal to 0 and less than the number of items in the collection. |
Returns the ID at the given index.
Use this method to return the id given the index of the item in the collection.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|