Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / DMPLAOBJECT_MACROVARIANT Property / DMPLAOBJECT_MACROVARIANT Property

In This Topic
    DMPLAOBJECT_MACROVARIANT Property
    In This Topic
    Macro: Variant # 44093.
    Syntax
    public PropertyValue DMPLAOBJECT_MACROVARIANT {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_MACROVARIANT {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Specifies the macro variant for the macro specified in the Macro (ID 44008) property at a planning object. The preset macro and the preset variant of this macro are used when creating the detailed planning. The property is also taken into consideration during the export and import of pre-planning data for external editing as well as during the pre-planning import.

    See Also