Aimsun Next Scripting
24.0
|
Public Member Functions | |
GKGroupNewCmd () | |
void | setGroupingType (GKGroupingType *aGroupingType) |
GKObject * | createdObject () const |
void | doit () |
void | undoit () |
The correct way to create this command is to use the function:
from the GKModel class.
Once created, and in order to do it use the function:
from the GKCommander class.
A sample code for creating a new group would look like:
GKGroupNewCmd::GKGroupNewCmd | ( | ) |
GKObject * GKGroupNewCmd::createdObject | ( | ) | const |
Group created.
void GKGroupNewCmd::doit | ( | ) |
Do not use this function. Available just for compatibility issues.
void GKGroupNewCmd::setGroupingType | ( | GKGroupingType * | aGroupingType | ) |
In which grouping type?
void GKGroupNewCmd::undoit | ( | ) |
Do not use this function. Available just for compatibility issues.