| 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"
} | 




Post your comment on this topic.