DOFObjectDefaultProviderset Method OpenDOF Object Access Library
Called when the library generates a Set . Unless overridden, this method responds with an exception stating that set has not been implemented. For more information, see Provider.set(Provide, Set, Property, DOFValue) .

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual void set(
	DOFOperationProvide operation,
	DOFRequestSet request,
	DOFInterfaceProperty property,
	DOFValue value
)

Parameters

operation
Type: org.opendof.core.oalDOFOperationProvide
request
Type: org.opendof.core.oalDOFRequestSet
property
Type: org.opendof.core.oalDOFInterfaceProperty
value
Type: org.opendof.core.oalDOFValue

Implements

DOFObjectProviderset(DOFOperationProvide, DOFRequestSet, DOFInterfaceProperty, DOFValue)
See Also

Reference