PoHistogramSetMiscTextAttr Method |
Sets a reference to a PbMiscTextAttr for miscellaneous text attributes.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetMiscTextAttr(
PbMiscTextAttr textAttr
)
Public Sub SetMiscTextAttr (
textAttr As PbMiscTextAttr
)
public:
void SetMiscTextAttr(
PbMiscTextAttr^ textAttr
)
member SetMiscTextAttr :
textAttr : PbMiscTextAttr -> unit
Parameters
- textAttr
- Type: OIV.MeshViz.GraphPbMiscTextAttr
RemarksIf this method is not called (or called passing NULL as argument), this is the miscellaneous text attributes defined in the current inherited state (defined with the property node PoMiscTextAttr) which are used.
See Also