Click or drag to resize
DigitalRuneSceneGetGroup Method
Gets the group ID of a scene node.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public int GetGroup(
	SceneNode sceneNode
)

Parameters

sceneNode
Type: DigitalRune.Graphics.SceneGraphSceneNode
The scene node.

Return Value

Type: Int32
The group ID.
Exceptions
ExceptionCondition
ArgumentNullExceptionsceneNode is .
See Also