NumberTreeGetValue Method |
Gets a value that is associated with the given key.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetValue(
int key
)
Public Function GetValue (
key As Integer
) As Obj
public:
virtual Obj^ GetValue(
[InAttribute] int key
) sealed
Parameters
- key
- Type: SystemInt32
The key of the value to obtain.
Return Value
Type:
Obj
The value that is associated with the given key.
See Also