Accusoft.ISISXpressSdk Namespace > Setting Class : RationalValue Property |
'Declaration Public Property RationalValue As RationalType
'Usage Dim instance As Setting Dim value As RationalType instance.RationalValue = value value = instance.RationalValue
public RationalType RationalValue {get; set;}
public: __property RationalType* get_RationalValue(); public: __property void set_RationalValue( RationalType* value );
public: property RationalType^ RationalValue { RationalType^ get(); void set ( RationalType^ value); }