NextSiblingElement Property

Pageflex Document Action API

Pageflex Document Action API NextSiblingElement Property
Namespaces > Pageflex.Scripting > Element > NextSiblingElement
Gets this element's next sibling Element in the document tree.
Syntax
C# Visual Basic Managed C++
public Element NextSiblingElement { get; }
Public ReadOnly Property NextSiblingElement As Element
public:
Element^ NextSiblingElement {
	Element^ get ();
}
Remarks
Returns this element's next sibling Element, or nullNothingnullptr if the element has no next sibling.

Sibling elements share the same ParentElement.

Note that the sibling order of a Page or AreaTemplate's child shapes does not represent the draw order of those shapes; see NextShapeToDraw.
Exceptions
Exception Condition
StaleScriptingObjectException This object's associated internal object no longer exists.

Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)