API Help
Eplan.EplApi.DataModel.Planning Namespace / PropertyConfiguration Class / PresetValue Property

In This Topic
    PresetValue Property
    In This Topic
    The value that is assigned to this property by default.
    Syntax
    public MultiLangString PresetValue {get; set;}
    public:
    property MultiLangString^ PresetValue {
       MultiLangString^ get();
       void set (    MultiLangString^ value);
    }
    See Also