API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_TECHNICAL_DESCRIPTION Property / DMPLAOBJECT_TECHNICAL_DESCRIPTION(Int32) Property

In This Topic
    DMPLAOBJECT_TECHNICAL_DESCRIPTION(Int32) Property
    In This Topic
    Technical description # 44006. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_TECHNICAL_DESCRIPTION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_TECHNICAL_DESCRIPTION {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    You can enter any characteristic and particular features (multi-lingual). Is used for output in reports.

    Example: Three-phase motor 11 kW; star-delta control; one direction.

    See Also