var pDocument = Marker.Document;
==== Visual Basic Script ====
pDocument = Marker.Document
==== C++ ====
CComPtr pDocument;
HRESULT hr = Marker.get_Document(&pDocument);
===== See Also =====
[[:scripting:api:marker:start|IMarker]]
~~NOTOC~~