The drawingInfo object contains drawing information for a video layer.

Referenced by: Video Layer (ArcGISVideoLayer)

Properties

PropertyDetails
frameCenterSymbolA SimpleMarkerSymbol used for representing the center point of a video frame.
frameOutlineSymbolA SimpleFillSymbol used for representing the coverage area of a video frame.
sensorPathSymbolA SimpleLineSymbol used for representing the leading line of travel of a moving video collection sensor.
sensorSightLineSymbolA SimpleLineSymbol used for representing the line of sight from the sensor to the center of the frame coverage area.
sensorSymbolA SimpleMarkerSymbol, PictureMarkerSymbol or CIMSymbol used for representing the point position geometry of the video sensor.
Must be one of the following values:
sensorTrailSymbolA SimpleLineSymbol used for representing the trailing line of travel of a moving video collection sensor.

Example

{
"sensorSymbol": {
"color": [
170,
170,
170,
255
],
"size": 6,
"angle": 0,
"xoffset": 0,
"yoffset": 0,
"type": "esriSMS",
"style": "esriSMSCircle",
"outline": {
"color": [
153,
153,
153,
255
],
"width": 0.375,
"type": "esriSLS",
"style": "esriSLSSolid"
}
}
}