Method GetNearestBlob
GetNearestBlob(IBlob, string)
任意のブロブに対して指定したタスクの一番近いブロブを取得
Declaration
public IBlob GetNearestBlob(IBlob blob, string taskName)
Parameters
| Type | Name | Description |
|---|---|---|
| IBlob | blob | ブロブ |
| string | taskName | タスク名 |
Returns
| Type | Description |
|---|---|
| IBlob | 一番近いブロブ |