GetNonAmbientPropValue Method
Retrieves the value of a non-ambient property.
object GetNonAmbientPropValue(
int ,
IScriptContext
)
'Declaration
Function GetNonAmbientPropValue( _
ByVal As Integer, _
ByVal As IScriptContext _
) As Object
Parameters
- propKey
- The property key.
- context
- C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.
Return Value
The property value.