PoXtAxisEditorSetPresentation 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(
PoXtAxisEditorPresentations type
)
Public Sub SetPresentation (
type As PoXtAxisEditorPresentations
)
public:
void SetPresentation(
PoXtAxisEditorPresentations type
)
member SetPresentation :
type : PoXtAxisEditorPresentations -> unit
Parameters
- type
- Type: OIV.MeshViz.Graph.EditorsPoXtAxisEditorPresentations
Remarks(type = TOGGLE_FOLD by default).
See Also