Menu

The following tables list the members exposed by the IPathLayoutItem type.

Public Properties

NameDescription
GlobalIndex Gets the index of the item in a collection of items.
GlobalOffset Gets the offset of the item proportional to the total length of a collection of paths.
IsArranged Gets or sets whether or not the item is arranged on the path.
LayoutPathIndex Gets the index of the path on which the item is arranged.
LocalIndex Gets the index of the item on the path on which it is arranged.
LocalOffset Gets the offset of the item proportional to the length of the path on which it is arranged.
NormalAngle Gets the angle perpendicular to the path at the item's location.
OrientationAngle Gets the angle perpendicular to the path at the items's location if the item is oriented to the path.
Top

Public Methods

NameDescription
Update Updates the IPathLayoutItem properties based on the given PathLayoutData and raises the PathLayoutUpdated event.
Top

Public Events

NameDescription
PathLayoutUpdated Occurs when one or more of the IPathLayoutItem properties change.
Top

See Also