SoTransferFunction.maxValue Property |
See OIV.LDM.Nodes.SoTransferFunction.m_minValue field.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.3.0.0 (10.3.0.0)
Syntaxpublic SoSFInt32 maxValue { get; }
Public ReadOnly Property maxValue As SoSFInt32
Get
public:
property SoSFInt32^ maxValue {
SoSFInt32^ get ();
}
member maxValue : SoSFInt32 with get
Property Value
Type:
SoSFInt32
RemarksThe value is automatically set to the number of colors in colorMap minus 1 as long an explicit value is not specified.
NOTE: field available since Open Inventor 7.0
See Also