MetaObject.SetURational Method
Definition
Namespace: P1.ImageSdk
Set unsigned rational of object. Can only be used on binary metaobjects with the correct type.
public bool SetURational(URational value);
It is the users responsability to use this function correctly. The type of the object can be retrieved by using the GetType() method. If function is used on a wrong kind of object the function will set the error flag. A binary metaobject is eg. exif, gps and geotiff kind of metadata. A rational is value represented as a fraction (nom/denom) instead of a float or double. nom and denon is of type unsigned long
Parameters:
value |
This parameter is the value to be set |
Returns:
true is returned it setting the value was successfull, on error false is returned.