Description By using this function developer can get the properties of the selected annotation in a JSON object
var annotationProp = PanoramaAPI.annotationProperties();
        var annObj = JSON.parse(annotationProp );
Syntax PanoramaAPI.annotationProperties
Parameters NA
Returns annotationProperties::JavaScriptObject {"AnnotationType":"Rectangle", "StrokeType":"6,0", "StrokeWidth":"1.5", "StrokeColor": "#FF0000", "Height": "143.8126220703125", "Width": "172.38775634765625", "FillColor": "#F0F8FF" }

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