HippoEDIT Wiki HippoEDIT Wiki
  • Tools
    • Site Tools
    • Recent Changes
    • Media Manager
    • Sitemap
    • Page Tools
    • Edit this page
    • Old revisions
    • Backlinks
    • Rename Page
    • Add to book
    • Back to top
  • Log In

  1. You are here
  2. Creating Tool or Service Script
  3. API
  4. IDocumentData
  5. Markers

scripting:api:document-data:markers

Contents

Contents

  • Overview
  • Screenshots
  • Display
  • Editing
  • Options
  • Tools
  • Plugins
  • Scripting
  • XML Flags

Indexes

  • A-Z
  • Subjects
  • Tags
  • FAQ

Documentation

  • Help
  • Syntax

more

  • HippoEDIT.com
  • Whats New
  • Download
  • Forum
  • Edit this page
  • Backlinks
  • Rename Page
  • Add to book
  • Share on ...
  • Google+
  • Twitter
  • LinkedIn
  • Facebook
  • Pinterest
  • Telegram

Markers

Property of IDocumentData

Description

Markers Collection

Property type

Read-Only Property of type IMarkers

Syntax

JavaScript

var pMarkers = DocumentData.Markers;

Visual Basic Script

pMarkers = DocumentData.Markers

C++

CComPtr<IMarkers> pMarkers;
HRESULT hr = DocumentData.get_Markers(&pMarkers);

See Also

IDocumentData

HippoEDIT Wiki

HippoEDIT Wiki