API Help
Eplan.EplApi.DataModel Namespace / ConnectionPropertyList Class / INSTANCE_TYPE Property / INSTANCE_TYPE(Int32) Property

In This Topic
    INSTANCE_TYPE(Int32) Property
    In This Topic
    Representation type / report type # 19021. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue INSTANCE_TYPE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INSTANCE_TYPE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    The representation type is displayed for component and part placements, e.g. "Multi-line". The report type is displayed here for reports, e.g. "Enclosure legend".

    See Also