LAUREL BRIDGE

OptionsGetOptions Method

DICOM Connectivity Framework V3.4
Factory method to create a validated Options class

Namespace:  LaurelBridge.DCF.Examples.BitmapToNde
Assembly:  BitmapToNde (in BitmapToNde.exe) Version: DCF34 r11295 DCF_3_4_22
Syntax

C#
public static Options GetOptions(
	IList<string> args,
	string[] usage
)

Parameters

args
Type: System.Collections.GenericIListString
the command line arguments
usage
Type: SystemString
a usage string to print when things go bad

Return Value

Type: Options
an instance of a validated Options class
See Also

Reference