'宣言 Public Function GetNode( _ ByVal position As NodeTypeEnum _ ) As Node
public Node GetNode( NodeTypeEnum position )
パラメータ
- position
- このノードとの相対的な位置を示す NodeTypeEnum列挙型の値。
戻り値の型
ノードオブジェクト。
'宣言 Public Function GetNode( _ ByVal position As NodeTypeEnum _ ) As Node
public Node GetNode( NodeTypeEnum position )