GetAmbientPropValue Method (IStyleOwner)
In This Topic
Retrieves the value of an ambient property.
Syntax
'Declaration
Function GetAmbientPropValue( _
ByVal As Integer, _
ByVal As IScriptContext _
) As Object
object GetAmbientPropValue(
int ,
IScriptContext
)
Parameters
- propKey
- The property key.
- context
- C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.
Return Value
The property value.
See Also