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

In This Topic
    CONNECTION_NR_DESTINATION(Int32) Property
    In This Topic
    Target: Target number # 31024. This property isn't indexed.
    Syntax
    public PropertyValue CONNECTION_NR_DESTINATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_NR_DESTINATION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Number of the target of the connection.

    See Also