RelaxISPlugin_TransferFunctionCanBeNormalized Property |
Indicates, if the transfer function supports being normalized
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool CanBeNormalized { get; }
Public Overridable ReadOnly Property CanBeNormalized As Boolean
Get
Dim instance As RelaxISPlugin_TransferFunction
Dim value As Boolean
value = instance.CanBeNormalized
Return Value
BooleanTrue, if
NormalizeValue(Double, Double, Double, Double, Double) is overridden
See Also