C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / IStyleOwner Interface / GetAmbientPropValue Method
The property key.
C1.C1Preview.Scripting.IScriptContext to use for evaluation of calculated properties.

In This Topic
GetAmbientPropValue Method
In This Topic
Retrieves the value of an ambient property.
Syntax
'Declaration
 
Function GetAmbientPropValue( _
   ByVal propKey As Integer, _
   ByVal context 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.
See Also