Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.
[...] sequence of numbers and an optional decimal symbol. A period (.) must be used as the decimal symbol for all locales. Example:
25
150.25
String Two forms of string literals are supported: regular string literals and verbatim string literals. Regular String Literal A regular string literal consists of zero or more characters enclosed in double quotes, as in "hello", and may include escape sequences (such as \t for the tab character). > Escape Character Description \\ Backslash (\). As the backward slash character defines as escape [...]
End User License Agreement for LumenLink (Personal Use License) This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity), (the "User"), and John Hughes, the licensor of LumenLink ("Licensor"). This EULA permits you to use a single copy, or multiples copies of the software product identified above, which includes computer software and may include associated media, printed materials, and on-line or electronic documentation (the "Software"). By installing, copying, or otherwise using the Software, you agree to [...]
End User License Agreement for ViziaRFLibrary (Personal Use License) This End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity), (the "User"), and John Hughes, the licensor of ViziaRFLibrary ("Licensor"). This EULA permits you to use a single copy, or multiples copies of the software product identified above, which includes computer software and may include associated media, printed materials, and on-line or electronic documentation (the "Software"). By installing, copying, or otherwise using the Software, you [...]
[...] expression. Constructors RegEx( String ) Initializes and compiles a new instance of the RegEx class for the specified regular expression. Syntax: RegEx( String pattern ) Parameters: pattern: The regular expression pattern to match. Example:
r = new RegEx(@"(a|b|r)+");
RegEx( String, String ) Initializes and compiles a new instance of the Regex class for the specified regular expression, with options that modify the pattern. Syntax: RegEx( String pattern, String options ) Parameters: pattern: The regular expression pattern [...]
General LumenLink is a Z-Wave compatible software application for Windows that can auto-discover your Z-Wave network, show node status and export metadata to Elk Product ElkRP application. Prerequisites Microsoft Windows 98, Windows Me, Windows 2000, XP, Vista, Windows 7, or newer. Microsoft.NET 2.0 Framework Leviton ViziaRF RZC0P/VRC0P Serial Interface Module In order to receive on the fly node level changes, you must associate all devices/nodes with the RZC0P. This is done via the System Setup -> Advanced-> HAI Setup menu in the Vizia RF Primary Remote. [...]
[...] = TextFileReader.ReadAllText("c:\myfiles\names.txt");
OpenText Opens an existing UTF-8 file for reading. Syntax: TextFileReader OpenText ( String path) Parameters: path: The file to be opened for [...]
[...] Studio Intellisense. The documentation here intended to just get you started. Please use the forum for any questions. Here is some simple code to start things up:
ViziaRF _viziaRf = new ViziaRF();
_viziaRf.Open("COM1");
// Add a couple event handlers (there are many more).
_viziaRf.NodeLevelChanged += new EventHandler<NodeLevelChangedEventArgs>(_viziaRf_NodeLevelChanged);
_viziaRf.ReceivedSceneButtonPress += new EventHandler<SceneButtonPressEventArgs>(_viziaRf_ReceivedSceneButtonPress);
// When your application first starts up you will normally [...]
[...] "Tammy";
TextFileWriter.AppendAllText("c:\myfiles\names.txt", s);
CreateText Creates or opens a file for writing UTF-8 encoded text. Syntax: TextFileWriter CreateText ( String path) Parameters: path: The file to be opened for [...]
[...] visit our new home. Please take a few moments to update your bookmarks, then use the links below for quick navigation.
Community Forum Please use the new community forum HERE . The J9 Automation Engine forum is now used for archival reference and is no longer accepting new user registrations. Existing users accounts have been transferred to the new forum. You will need to request a new password and please verify your account settings in the new forum after you have signed in.
LumenLink & .NET Z-Wave [...]
Used only as the return type for a method or a parameter type of a method to specify that the return value or parameter value can be any data type. The object data type can not be instantiated in script. The object data type can not be used for [...]
[...] Setup -> Advanced-> HAI Setup menu in the Vizia RF Primary Remote. See the RZC0P or VRC0P instructions for details. Some features may require a Vizia RF primary controller. What interface do I need to communicate with my Z-Wave network? There an several PC-to-Z-Wave modules, however this library requires the Leviton ViziaRF RZC0P/VRC0P Serial Interface Module . Why are some events not firing when light levels change? In order to receive on the fly node level changes, you must associate all devices/nodes with the RZC0P or VRC0P. This is done via the System Setup -> Advanced-> [...]
[...] The Microsoft.NET framework automatically restricts .NET application from running over the network for security purposes. Doing so will result in the following vague error message: "... has encountered a problem and needs to close. We are sorry for [...]
Provides static methods for common file system operations. This object can not be instantiated in a script.
Accessing files and directories is done under the context of the user that the application or service is running under. This can cause some file permissions/access rights issues if the file does not allow access to that user.
Static Methods CopyFile ( String, String ) Copies an existing file to a new one. Syntax: void CopyFile ( String sourceFilePath, String destFilePath ) Parameters: sourceFilePath: The path of the file to copy. destFilePath: The [...]
[...] new Dictionary();
d.Add("Apple", 0.59);
d.Add("Orange", 0.41);
d.Add("Pear", 0.62);
// Check for existance of key
if ( d.Contains("Pear") )
{
// do something
}
// Enumerate contents
totalPrice = 0;
for [...]
[...] floating-point number ranging in value from -1.79769313486231570E+308 through -4.94065645841246544E-324 for negative values and from 4.94065645841246544E-324 through 1.79769313486231570E+308 for [...]
Version 1.0 Please use the forum for support and feedback. Download Software , [...]
[...] equivalent to
b2 = b1;
Boolean ( Object ) Initializes a new Boolean instance to a value of true for any values other than those specified by other [...]
[...] \"'\"yy" : Thu, Aug 17 '00 "dddd, MMMM dd" : Thursday, August 17 "M/yy" : 8/00 "dd-MM-yy" : 17-08-00 For more format string information visit Date [...]
[...] uses the OLE DB provider specified in the connection string to connect to the data source. This allows for a variety of data sources to be used such [...]
Provides constants and static methods for logarithmic, and other common mathematical [...]
Used only as the return type for a method to specify that the method does not [...]
[...] uses the ODBC provider specified in the connection string to connect to the data source. This allows for a variety of data sources to be used such [...]