API Help
Eplan.EplApi.Base Namespace / ParserParameter Class / UnitID Property

In This Topic
    UnitID Property
    In This Topic
    The UnitId Property. Set or get the unit of the parameters.
    Syntax
    public Unit UnitID {get; set;}
    public:
    property Unit UnitID {
       Unit get();
       void set (    Unit value);
    }
    See Also