Click or drag to resize

ProcessFindTargetTypeId Method

Returns the target typeid of the process. If the process has TargetId > 0 the Target type id is returned. Else the TargetTypeId is returned. The method can only be called of teh process is loaded with LoadTargets=true.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public int FindTargetTypeId()

Return Value

Type: Int32
See Also