PoXtLegendEditorSetPresentation Method |
Sets the presentation of the editor.
Namespace: OIV.MeshViz.Graph.EditorsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetPresentation(
PoXtLegendEditorPresentations type
)
Public Sub SetPresentation (
type As PoXtLegendEditorPresentations
)
public:
void SetPresentation(
PoXtLegendEditorPresentations type
)
member SetPresentation :
type : PoXtLegendEditorPresentations -> unit
Parameters
- type
- Type: OIV.MeshViz.Graph.EditorsPoXtLegendEditorPresentations
Remarks(type = TOGGLE_FOLD by default).
See Also