deWorkflowDefinition..::..generateModelGraphicCriticalPath Method
Generates the model graphic critical path.
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool generateModelGraphicCriticalPath( ref string imageFileOutputPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Color oExecLineColor, Nullable<Color> oBackGroundColor, string rootDefinitionID, string parentStepID, criticalPathRenderType oCprType )
Public Function generateModelGraphicCriticalPath ( _ ByRef imageFileOutputPath As String, _ ByRef imageMap As String, _ oLabelFont As Font, _ oLabelColor As Color, _ oReturnFont As Font, _ oReturnColor As Color, _ oExecLineColor As Color, _ oBackGroundColor As Nullable(Of Color), _ rootDefinitionID As String, _ parentStepID As String, _ oCprType As criticalPathRenderType _ ) As Boolean
public: bool^ generateModelGraphicCriticalPath( String^% imageFileOutputPath, String^% imageMap, Font^ oLabelFont, Color^ oLabelColor, Font^ oReturnFont, Color^ oReturnColor, Color^ oExecLineColor, Nullable<Color^> oBackGroundColor, String^ rootDefinitionID, String^ parentStepID, criticalPathRenderType^ oCprType )
Parameters
- imageFileOutputPath
- Type: String%
The image file output path.
- imageMap
- Type: String%
The image map.
- oLabelFont
- Type: Font
The o label font.
- oLabelColor
- Type: Color
Color of the o label.
- oReturnFont
- Type: Font
The o return font.
- oReturnColor
- Type: Color
Color of the o return.
- oExecLineColor
- Type: Color
Color of the o execute line.
- oBackGroundColor
- Type: Nullable<(Of <(<'Color>)>)>
Color of the o back ground.
- rootDefinitionID
- Type: String
The root definition identifier.
- parentStepID
- Type: String
The parent step identifier.
- oCprType
- Type: FlowWright.cDevDecisionEngine..::..criticalPathRenderType
Type of the o CPR.