Add new root (FlowGraph) to certain Flow Class
Namespace:
FlowMap
Assembly:
FlowMap (in FlowMap.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddRootToFlowClass ( _
_classDescr As String, _
_rootDescr As String, _
_position As Vector3, _
_color As Color _
) |
C# |
---|
public void AddRootToFlowClass(
string _classDescr,
string _rootDescr,
Vector3 _position,
Color _color
) |
Visual C++ |
---|
public:
void AddRootToFlowClass(
String^ _classDescr,
String^ _rootDescr,
Vector3 _position,
Color _color
) |
JavaScript |
---|
function addRootToFlowClass(_classDescr, _rootDescr, _position, _color); |
Parameters
- _classDescr
- Type: System..::.String
Flow Class desciption
- _rootDescr
- Type: System..::.String
Root desciption
- _position
- Type: Vector3
Root position
- _color
- Type: System.Drawing..::.Color
Edge (spline) color
See Also