scripting:api:marker:description

Description

Property of IMarker

Description

Read-Write Property of type BSTR

var sDescription = Marker.Description;
Marker.Description = sDescription;
sDescription = Marker.Description
Marker.Description = sDescription
BSTR sDescription;
HRESULT hr = Marker.get_Description(&sDescription);
hr = Marker.put_Description(sDescription);