Interface ILocationMarkerNode
Framework specific locaiton marker node.
Inherited Members
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface ILocationMarkerNode : IPlaceholderNode, INode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IMarkupDataNodeProperties
LocationMarker
Read-only access to the underlying filter framework object.
Declaration
ILocationMarker LocationMarker { get; }Property Value
| Type | Description | 
|---|---|
| ILocationMarker | 
Remarks
To change location marker properties, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node.