PL.Net
These classes enable InterDynamics' Planimate® platform to be integrated in dotNET projects. Code is written in C# and VS2013 projects are provided.
Planimate.Engine.PLEngine Class Reference

This wraps PLEngineCore into a Windows Form control, adding dll anme property and resize handling. For use with Windows Forms when Planimate is the DLL. More...

Inheritance diagram for Planimate.Engine.PLEngine:

Public Member Functions

ePLRESULT InitPLEngine (string cmdline)
 

Public Attributes

PLEngineCore plengine = new PLEngineCore()
 Planimate interface core More...
 

Protected Member Functions

override void OnResize (EventArgs e)
 Override the OnResize handler to force a repaint message to be sent through to Planimate® More...
 
override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

String dll_pathname [get, set]
 Path to Planimate® engine DLL More...
 

Detailed Description

This wraps PLEngineCore into a Windows Form control, adding dll anme property and resize handling. For use with Windows Forms when Planimate is the DLL.

Member Function Documentation

override void Planimate.Engine.PLEngine.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.
override void Planimate.Engine.PLEngine.OnResize ( EventArgs  e)
inlineprotected

Override the OnResize handler to force a repaint message to be sent through to Planimate®

Member Data Documentation

PLEngineCore Planimate.Engine.PLEngine.plengine = new PLEngineCore()

Planimate interface core

Property Documentation

String Planimate.Engine.PLEngine.dll_pathname
getset

Path to Planimate® engine DLL


The documentation for this class was generated from the following files: