ArchivableDictionary.TryGetInteger Method

ArchivableDictionaryTryGetInteger Method

Get value as int, will only succeed if value was created using Set(string key, int value)

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetInteger(
	string key,
	out int value
)
Public Function TryGetInteger ( 
	key As String,
	<OutAttribute> ByRef value As Integer
) As Boolean

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetInteger(System.String,System.Int32@)"]

value
Type: SystemInt32

[Missing <param name="value"/> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetInteger(System.String,System.Int32@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Collections.ArchivableDictionary.TryGetInteger(System.String,System.Int32@)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also