Click or drag to resize

ParserAutoIncrement Property

[This is preliminary documentation and is subject to change.]

Default is FALSE. If TRUE parser automatically advances to next token after DblValue, IntValue, or StrValue. Simpler when you don't need to check for parameter names.

Namespace:  dss_sharp
Assembly:  dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax
public bool AutoIncrement { get; set; }

Property Value

Type: Boolean
See Also