API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_CONNECTIONDESIGNATION1 Property / FUNC_CONNECTIONDESIGNATION1(Int32) Property

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

    Connection point designation of the first function connection point.

    See Also