PoXtNonLinearValueLegend1EditorSetNonLinearValueLegend1Filter Method |
Sets editing filters defining which non linear auto value legend attributes will be displayed in the editor.
Namespace: OIV.MeshViz.Graph.EditorsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetNonLinearValueLegend1Filter(
uint inclusionMask,
uint exclusionMask
)
Public Sub SetNonLinearValueLegend1Filter (
inclusionMask As UInteger,
exclusionMask As UInteger
)
public:
void SetNonLinearValueLegend1Filter(
unsigned int inclusionMask,
unsigned int exclusionMask
)
member SetNonLinearValueLegend1Filter :
inclusionMask : uint32 *
exclusionMask : uint32 -> unit
Parameters
- inclusionMask
- Type: SystemUInt32
- exclusionMask
- Type: SystemUInt32
Remarks(By default inclusionMask = ALL_NON_LINEAR_VALUE_MASK and exclusionMask = NO_NON_LINEAR_VALUE_MASK).
See Also