Omb.Domain Namespace > ExperimentMgr Class : AddExperiment Method (ExperimentMgr) |
Add new experiment.
[Visual Basic]
Public Overridable Sub AddExperiment( _
ByVal exp As Experiment, _
ByVal order As ID, _
ByVal sc As SecurityContext _
)
[C#]
public virtual void AddExperiment(
Experiment exp,
ID order,
SecurityContext sc
);
[C++]
public: virtual void AddExperiment(
Experiment* exp,
ID order,
SecurityContext* sc
)
[C++/CLI]
public:
virtual void AddExperiment(
Experiment^ exp,
ID order,
SecurityContext^ sc
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
ExperimentMgr Class | ExperimentMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.