EbsOpen Class Library for EBSILON®Professional

EbsValue.NewProfiledGetResult Method 

[Visual Basic]
Public Function NewProfiledGetResult( _ 
   ByVal ProfiledGetResult As EpProfiledGetResult _ 
) As EbsValue
[C#]
public EbsValue NewProfiledGetResult(
   EpProfiledGetResult ProfiledGetResult
);
[C++]
public: EbsValue* NewProfiledGetResult(
   EpProfiledGetResult ProfiledGetResult
);
[JScript]
public function NewProfiledGetResult(
   EpProfiledGetResult ProfiledGetResult
): EbsValue;

See Also

EbsValue Class | EbsOpen Namespace