Registers pair of uniquely named 3D objects.

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RegisterPair(
	string aName,
	string bName
)
Visual Basic
Public Sub RegisterPair ( _
	aName As String, _
	bName As String _
)
JScript
public function RegisterPair(
	aName : String, 
	bName : String
)

Parameters

aName
Type: System..::..String
Unique ID of collision body.
bName
Type: System..::..String
Unique ID of collision body.

See Also