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

In This Topic
    CONNECTION_TARGETINFO_SOURCE(Int32) Property
    In This Topic
    Internal / External index: Source # 31140. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue CONNECTION_TARGETINFO_SOURCE( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ CONNECTION_TARGETINFO_SOURCE {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    This property is read-only..

    Indicates the internal / external index that the connection point at the source of the connection has. The internal / external index defines for a connection point in the connection point pattern the number of the internal or external connection point that this connection point represents.

    See Also