Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Type ====== Property of [[:scripting:api:marker:start|IMarker]] ===== Description ===== Type ===== Property type ===== Read-Only Property of type **[[:scripting:api:marker|eMarker]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nType = Marker.Type; </code>==== Visual Basic Script ==== <code vb> nType = Marker.Type </code>==== C++ ==== <code cpp> eMarker nType; HRESULT hr = Marker.get_Type(&nType); </code>===== See Also ===== [[:scripting:api:marker:start|IMarker]] ~~NOTOC~~