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

In This Topic
    STRANDCONNECTOR_DESCRIPTION(Int32) Property
    In This Topic
    Bundle: Connection point description # 19071. This property isn't indexed.
    Syntax
    public PropertyValue STRANDCONNECTOR_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ STRANDCONNECTOR_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Bundle description.

    See Also