API Help
Eplan.EplApi.DataModel Namespace / StrandConnectorPropertyList Class / STRANDCONNECTOR_DATA_AUTOMATIC Property / STRANDCONNECTOR_DATA_AUTOMATIC(Int32) Property

In This Topic
    STRANDCONNECTOR_DATA_AUTOMATIC(Int32) Property
    In This Topic
    Bundle: Connection point data # 19072. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue STRANDCONNECTOR_DATA_AUTOMATIC( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ STRANDCONNECTOR_DATA_AUTOMATIC {
       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..

    Contains either the bundle description or, if this is not present, the bundle connection point designation.

    See Also