[Visual Basic] Public Function SetParamInUnit( _ ByVal Value As Object, _ ByVal Unit As EpUnit _ ) As Boolean [C#] public bool SetParamInUnit( object Value, EpUnit Unit ); [C++] public: bool SetParamInUnit( Object* Value, EpUnit Unit ); [JScript] public function SetParamInUnit( Object Value, EpUnit Unit ): bool;
Charline Class | EbsOpen Namespace