System.Object
Eplan.EplApi.Base.ParserParameter
Eplan.EplApi.DataModel.Graphics.ProjectParserParameter
System.Object
Eplan.EplApi.Base.ParserParameter
Eplan.EplApi.DataModel.Graphics.ProjectParserParameter
public class ProjectParserParameter : Eplan.EplApi.Base.ParserParameter
public ref class ProjectParserParameter : public Eplan.EplApi.Base.ParserParameter
Name | Description | |
---|---|---|
ProjectParserParameter Constructor | Constructor |
Name | Description | |
---|---|---|
GridSize | The grid size in millimeters. p.e. "4#" means 4 times grid size (Inherited from Eplan.EplApi.Base.ParserParameter) | |
Group | The 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) | |
HideUnit | Hide the unit of the parsed result. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
HideValue | Hide the value of the parsed result, all other texts (units and additional texts) will remain. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
OnlyFirstValue | Display only the first Value. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
OnlyUnit | Display only the Unit. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
Precision | Set the precision of the result (Values used for calculation: 0 up to 8) (Inherited from Eplan.EplApi.Base.ParserParameter) | |
SpaceBetweenUnitAndValue | Add a space between Unit and the value (Inherited from Eplan.EplApi.Base.ParserParameter) | |
SuppressFloatingZeroes | Suppress the last zeroes of a floating result. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
UnitFromParameter | Get 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) | |
UnitID | The UnitId Property. Set or get the unit of the parameters. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
WithoutLimiters | The unit is NOT separated by one of this chars: blank (){}[].,:;!?/\\ (Inherited from Eplan.EplApi.Base.ParserParameter) |
Name | Description | |
---|---|---|
CanParse | Parsing can start when the unitid is not empty (Inherited from Eplan.EplApi.Base.ParserParameter) | |
Dispose | Destructor for deterministic finalization of ParserParameter object. (Inherited from Eplan.EplApi.Base.ParserParameter) | |
SetParameter | Set the Parameter to resolve the project dependent units, p.e. Length_Project_cable |