ObjectProxyExtensions Class

Helper class to get convenient infos from a given ObjectProxy

Definition

Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public static class ObjectProxyExtensions
Inheritance
Object    ObjectProxyExtensions

Methods

DefaultIncomingSort Default incoming connection sorter, that sorts the connections based on the Flow Y position of the source nodes The Pin Index and Flow X position is used a second and third sort criteria.
DefaultOutgoingSort Default outgoing connection sorter, that sorts the connections based on the Flow Y position of the target nodes The Pin Index and Flow X position is used a second and third sort criteria.
Exists 
GetIncomingConnections Get a list of incoming connections for a given Pin
GetObjectIcon 
GetObjectPath 
GetOutgoingConnections Get a list of outgoing connections for a given Pin
HasFeature Returns if the object has a template or is a template, with the matching feature technical name
HasModelCustomizationProperty Checks if this template or feature has the given property defined.

See Also