scripting:api:marker:document

Document

Property of IMarker

Document

Read-Only Property of type IBaseDocument

var pDocument = Marker.Document;
pDocument = Marker.Document
CComPtr<IBaseDocument> pDocument;
HRESULT hr = Marker.get_Document(&pDocument);