C# Syntax
public class Relation
Name | Description | |
---|---|---|
Relation Constructor | Constructs a new Relation that can be used to uniquely identify an IAIObject by its visual relation. C# Syntax public Relation () | |
Relation Constructor (Direction, int) | Constructs a new Relation that can be used to uniquely identify an IAIObject by its visual relation. C# Syntax public Relation (RelationType relationType, IAIObject anchor) Parameters |
Name | Description | |
---|---|---|
GetProperties | Returns the inner properties of this property. C# Syntax public IDictionary<string,object> GetProperties() |
Name | Description | |
---|---|---|
RelationType | The relation type with respect to the IAIObject. C# Syntax public RelationType RelationType {get; set;} | |
Anchor | The IAIObject which has a visual relation with respect to the object to be identified. C# Syntax public IAIObject Anchor {get; set;} |