DOFInterfacegetMethod Method OpenDOF Object Access Library
Get a Method given its identifier.

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

C#
public virtual DOFInterfaceMethod getMethod(
	int itemID
)

Parameters

itemID
Type: SystemInt32
The Method's identifier.

Return Value

Type: DOFInterfaceMethod
The requested Method. Can be null if it does not exist.
Remarks

Get a Method given its identifier.
See Also

Reference