Used for storing generic properties.
Namespace: Ico.GwxAssembly: 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>) |