EngView Automation Documentation
 
Loading...
Searching...
No Matches
ParameterInfo Struct Reference

Specification of a parameter of a project or drawing. More...

Public Attributes

BSTR ParamName
 Name of the parameter.
 
BSTR Group
 Name of the parameter group. Empty if it is the Main group or if it does not belong to any group.
 
BSTR expr
 Parameter expression, for example 'A+B'. Cannot be empty.
 
BSTR min
 The lowest expression the parameter can have. Can be zero.
 
BSTR max
 The highest expression the parameter can have. Can be zero.
 
DOUBLE value
 The parameter's calculated value. MAXFLOAT(3.402823e+38) if not calculated or is an invalid value.
 
BSTR valueString
 The value formatted as a string according to the user preferences in CAD.
 
BSTR description
 Description of the parameter.
 
BSTR valDescr
 Description of the parameter's value. Makes sense only if this is selection-type.
 
BSTR calcnotes
 Text description of the error during the last calculation, if any exists.
 
CalcStatus status
 The status of the latest calculation iteration.
 

Detailed Description

Specification of a parameter of a project or drawing.

Member Data Documentation

◆ ParamName

BSTR ParameterInfo::ParamName

Name of the parameter.

◆ Group

BSTR ParameterInfo::Group

Name of the parameter group. Empty if it is the Main group or if it does not belong to any group.

◆ expr

BSTR ParameterInfo::expr

Parameter expression, for example 'A+B'. Cannot be empty.

◆ min

BSTR ParameterInfo::min

The lowest expression the parameter can have. Can be zero.

◆ max

BSTR ParameterInfo::max

The highest expression the parameter can have. Can be zero.

◆ value

DOUBLE ParameterInfo::value

The parameter's calculated value. MAXFLOAT(3.402823e+38) if not calculated or is an invalid value.

◆ valueString

BSTR ParameterInfo::valueString

The value formatted as a string according to the user preferences in CAD.

◆ description

BSTR ParameterInfo::description

Description of the parameter.

◆ valDescr

BSTR ParameterInfo::valDescr

Description of the parameter's value. Makes sense only if this is selection-type.

◆ calcnotes

BSTR ParameterInfo::calcnotes

Text description of the error during the last calculation, if any exists.

◆ status

CalcStatus ParameterInfo::status

The status of the latest calculation iteration.


The documentation for this struct was generated from the following file: