PoValuedMarkerFieldSetDataMapping Method |
Sets a reference to a PbDataMapping object, used to the association value- color.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDataMapping(
PbDataMapping dataMapping
)
Public Sub SetDataMapping (
dataMapping As PbDataMapping
)
public:
void SetDataMapping(
PbDataMapping^ dataMapping
)
member SetDataMapping :
dataMapping : PbDataMapping -> unit
Parameters
- dataMapping
- Type: OIV.MeshViz.GraphPbDataMapping
RemarksIf this method is not called (or called passing NULL as argument), this is the data mapping defined in the current inherited state (defined with the property node PoDataMapping and its derived classes) which is used.
See Also