pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Public Attributes | List of all members
X3g::Plugin::SaveEventInfo Class Reference

Parameter for the save events. More...

Public Member Functions

 SaveEventInfo (System::String^ pFileName, SaveMode pMode)
 Constructor to initialize the FileName and the Mode. More...
 

Public Attributes

System::String^ FileName
 Target file path. More...
 
SaveMode Mode
 The save mode. More...
 

Detailed Description

Parameter for the save events.

Constructor & Destructor Documentation

X3g::Plugin::SaveEventInfo::SaveEventInfo ( System::String^  pFileName,
SaveMode  pMode 
)

Constructor to initialize the FileName and the Mode.

Member Data Documentation

System::String ^ X3g::Plugin::SaveEventInfo::FileName

Target file path.

SaveMode X3g::Plugin::SaveEventInfo::Mode

The save mode.