API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_ADDRESS_LONGNAME Property / PART_ADDRESS_LONGNAME(Int32) Property

In This Topic
    PART_ADDRESS_LONGNAME(Int32) Property
    In This Topic
    Full name # 22908. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_ADDRESS_LONGNAME( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_ADDRESS_LONGNAME {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Full name of manufacturers/suppliers or customers.

    See Also