API Help
Eplan.EplApi.DataModel Namespace / Relation Structure
Members

In This Topic
    Relation Structure
    In This Topic
    Relation class is used as a generic mechanism to navigate in the datamodel from one object to another or to more objects. In the case of the PlaceHolderText object, user can read it's Relation object, that represents the link to another object and it's property. Value of this property will be displayed in this PlaceholderText in GUI, e.g. at reports page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Eplan.EplApi.DataModel.Relation

    Syntax
    public struct Relation : System.ValueType 
    public value class Relation : public System.ValueType 
    Public Properties
     NameDescription
    Public PropertyRelation-Index - which object to get. if index is equal to 0 list of objects will be returned.  
    Top
    Public Methods
     NameDescription
    Public MethodRelation-Id - identifies which type of navigation will be done.  
    Top
    See Also