PathEngine home previous: Interface iAnchorsAndPinnedShapesnext: iAnchorsAndPinnedShapes::anchor_HorizontalPosition()
Contents, API Reference, Interfaces, iAnchorsAndPinnedShapes, anchor_Attribute

iAnchorsAndPinnedShapes::anchor_Attribute()

Description

Used to query attributes of the specified anchor in an extensible manner.

Syntax

tSigned32 anchor_Attribute(tSigned32 anchorIndex, tSigned32 attributeIndex) const;
        

Parameters

anchorIndex The (zero-based) index of the anchor being queried.
attributeIndex An index to specify the attribute being queried.
See Anchor Attributes for a list of values that can be specified for this parameter.

Return value

-1 indicates that the value of the queried attribute is undefined.
Otherwise the value of the queried attribute is returned.

For boolean attributes 0 is used to indicate false, and 1 to indicate true.


Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEnginenext: iAnchorsAndPinnedShapes::anchor_HorizontalPosition()