Click or drag to resize

IDLabelCreate Method

Creates a new IDLabel instance.

Namespace: GSF.Web.Model
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static IDLabel Create(
	string id,
	string label
)
View Source

Parameters

id  String
ID value.
label  String
Label value.

Return Value

IDLabel
New Label instance.
See Also