Click or drag to resize

ShadowDataObjectsUpdateShadowSurveyObjectPropertyValue Method

Updates survey object property value from its shadow object.

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateShadowSurveyObjectPropertyValue(
	CodeMethodInvokeContext context,
	string propSysName,
	string value
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
The CM context.
propSysName
Type: SystemString
The updated property system name. Value properties of any data type are supported.
value
Type: SystemString
The value. It will be converted to the correct property data type.
See Also