Omb.Domain Namespace > PhenotypeDatumMgr Class : UpdatePhenotypeDatumExpFactorValue Method |
Update an experimental factor value for an existing phenotype datum.
[Visual Basic]
Protected Overridable Sub UpdatePhenotypeDatumExpFactorValue( _
ByVal datum As ID, _
ByVal efv As ExpFactorValue, _
ByVal member As ID _
)
[C#]
protected virtual void UpdatePhenotypeDatumExpFactorValue(
ID datum,
ExpFactorValue efv,
ID member
);
[C++]
protected: virtual void UpdatePhenotypeDatumExpFactorValue(
ID datum,
ExpFactorValue* efv,
ID member
)
[C++/CLI]
protected:
virtual void UpdatePhenotypeDatumExpFactorValue(
ID datum,
ExpFactorValue^ efv,
ID member
)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
PhenotypeDatumMgr Class | PhenotypeDatumMgr Members
© 2009 Medical College of Georgia. All Rights Reserved.