An NDoc Documented Class Library

GraphWriter.Start Method 

[Visual Basic]
Overridable Public Sub Start( _ 
   ByVal screenType As Type _ 
)
[C#]
public virtual void Start(
   Type screenType
);
[C++]
public: virtual void Start(
   Type* screenType
);
[JScript]
public virtual function Start(
   Type screenType
);

See Also

GraphWriter Class | Repository.ScreenFlow Namespace