clsUIModel..::..generateModelGraphicCriticalPath Method
Generates the model graphic critical path.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public Bitmap generateModelGraphicCriticalPath( bool showExecution, ref string imageFileOutputPath, string imageFilesPath, ref string imageMap, Font oLabelFont, Color oLabelColor, Font oReturnFont, Color oReturnColor, Color oExecLineColor, Dictionary<string, clsUIModel..::..clsCPItem> oCriticalPathFigures, string sUserTimeZoneID, Nullable<Color> oBackGroundColor, criticalPathRenderType oCprType )
Public Function generateModelGraphicCriticalPath ( _ showExecution As Boolean, _ ByRef imageFileOutputPath As String, _ imageFilesPath As String, _ ByRef imageMap As String, _ oLabelFont As Font, _ oLabelColor As Color, _ oReturnFont As Font, _ oReturnColor As Color, _ oExecLineColor As Color, _ oCriticalPathFigures As Dictionary(Of String, clsUIModel..::..clsCPItem), _ sUserTimeZoneID As String, _ oBackGroundColor As Nullable(Of Color), _ oCprType As criticalPathRenderType _ ) As Bitmap
public: Bitmap^ generateModelGraphicCriticalPath( bool^ showExecution, String^% imageFileOutputPath, String^ imageFilesPath, String^% imageMap, Font^ oLabelFont, Color^ oLabelColor, Font^ oReturnFont, Color^ oReturnColor, Color^ oExecLineColor, Dictionary<String^, clsUIModel..::..clsCPItem^>^ oCriticalPathFigures, String^ sUserTimeZoneID, Nullable<Color^> oBackGroundColor, criticalPathRenderType^ oCprType )
Parameters
- showExecution
- Type: Boolean
if set to true [show execution].
- imageFileOutputPath
- Type: String%
The image file output path.
- imageFilesPath
- Type: String
The image files 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.
- oCriticalPathFigures
- Type: Dictionary<(Of <(<'String, clsUIModel..::..clsCPItem>)>)>
The o critical path figures.
- sUserTimeZoneID
- Type: String
- oBackGroundColor
- Type: Nullable<(Of <(<'Color>)>)>
Color of the o back ground.