Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ProjectParserParameter Class
Properties Methods

In This Topic
    ProjectParserParameter Class Members
    In This Topic

    The following tables list the members exposed by ProjectParserParameter.

    Public Constructors
     NameDescription
    Public ConstructorConstructor  
    Top
    Public Properties
     NameDescription
    Public PropertyThe grid size in millimeters. p.e. "4#" means 4 times grid size (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyThe UnitGroup Property. When first UnitID is set,the group is automatically defined by the unit. While setting a Group also the Unit can be changed to the first Unit in new Group if: - new Group is different than the Group of assigned Unit - there is no Unit and Group assigned When new assigned Group is the same like Unit Group, nothing will change. The unitparser can never convert units of different groups (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyHide the unit of the parsed result. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyHide the value of the parsed result, all other texts (units and additional texts) will remain. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyDisplay only the first Value. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyDisplay only the Unit. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertySet the precision of the result (Values used for calculation: 0 up to 8) (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyAdd a space between Unit and the value (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertySuppress the last zeroes of a floating result. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyGet if the unit needs extra parameter to get resolved. Use the project dependend parameter class if this is true. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyThe UnitId Property. Set or get the unit of the parameters. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public PropertyThe unit is NOT separated by one of this chars: blank (){}[].,:;!?/\\ (Inherited from Eplan.EplApi.Base.ParserParameter)
    Top
    Public Methods
     NameDescription
    Public MethodParsing can start when the unitid is not empty (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public MethodDestructor for deterministic finalization of ParserParameter object. (Inherited from Eplan.EplApi.Base.ParserParameter)
    Public MethodSet the Parameter to resolve the project dependent units, p.e. Length_Project_cable  
    Top
    See Also