|
IQuickSplitManager::QuickSplitParams
Description
This method allows you to get a parameter of QuickSplit QuickSplit by ID.
Syntax
QuickSplitParams(iQuickSplitId, out oName, out oDirection, out oColor, out oStroke)
QuickSplitParams (ListIDs);
Input: (int) iQuickSplitId |
Enter the QuickSplit ID. |
Output: (string) oName |
Get the name of the parameter. |
Output: (object) oDirection |
Get the direction (3D array). |
Output: (int) oColor |
Get the Color. |
Output: (double) oStroke |
Get the Stroke value. |
|