DOFRequestgetObjectID Method OpenDOF Object Access Library
Get the object identifier used to make the request.

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

C#
public abstract DOFObjectID getObjectID()

Return Value

Type: DOFObjectID
The object identifier.
Remarks

Get the object identifier used to make the request. This will usually be the same as the object identifier found in the Provide . However, in the special case that the provider was started using DOFSystem.beginProvide(DOFInterface, Provider) , the DOFOperation.Provide will instead return DOFObjectID.ALL_OBJECTS to indicate how the provider was started.
See Also

Reference

DOFSystem.beginProvide(DOFInterface, Provider)
[!:Provider.get(Provide, Get, Property)]