Used for storing generic properties.

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

Syntax

C#
public Dictionary<string, Object> GenericProperties { get; set; }
Visual Basic
Public Property GenericProperties As Dictionary(Of String, Object)
	Get
	Set
JScript
function get GenericProperties () : Dictionary<String, Object>
function set GenericProperties (value : Dictionary<String, Object>)

See Also