Gets or sets the XYZ tristimulus values for measurement backing.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Backing As IccXyzNumber |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccMeasurement
Dim value As IccXyzNumber
instance.Backing = value
value = instance.Backing
|
Managed Extensions for C++ | |
---|
public: __property IccXyzNumber get_Backing();
public: __property void set_Backing(
IccXyzNumber value
); |
Return Value
A value that represents XYZ tristimulus values for measurement backing.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also