GetEvaluatedPropertyValue (Schematic Editor)
Get value.
Command: None.
Syntax: GetEvaluatedPropertyValue<tabDescription, componentID, propName>
Return Value: Evaluated value of variable property in double format.
Parameters: tabDescription = name of property tab where property is found
componentID = id of component instance where property is found,
in the format: "CompInst@<name of component type>;<id of compInstance>"
propName = name of the variable property
VB Example:
dim info
evalValue = oEditor.GetEvaluatedPropertyValue("PassedParameterTab", "CompInst@CAP_;3", "C")
Notes:
1. This function is only available with the schematic editor.
2. Calling this function on non-numeric properties (e.g. Text properties) returns 0.