Description This function returns the property details of an element of a CAD document in a JSON List. CSPanorama is configured to call the function internally with mouse click on the CAD elements in the viewer.
Syntax PanoramaAPI.getCadObjectJSON(handleValue)
Parameters handleValue:string
Returns getObjectsResult:JavaScriptObject { "getObjectsResult": [{ "Name": "Geometry", "Values": { "Thickness": "144", "Rotation": "0", "Text": "TELEPHONErnEXCHANGE" } }, { "Name": "General", "Values": { "Color": "ByLayer", "Lineweight": "ByLayer", "Linetype": "ByLayer", "Layer Name": "A-Anno-Note", "Color Index": "256", "Object Type": "MText", "Linetype Scale": "1" } }] }

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment