C# Class AcTools.DataAnalyzer.RulesSet.Rule

Show file Open project: gro-ove/actools

Public Properties

Property Type Description
Filename string
Params string[]
Type RuleType

Public Methods

Method Description
GetDoubleParam ( int index, double defaultValue ) : double
ToString ( ) : string

Method Details

GetDoubleParam() public method

public GetDoubleParam ( int index, double defaultValue ) : double
index int
defaultValue double
return double

ToString() public method

public ToString ( ) : string
return string

Property Details

Filename public property

public string Filename
return string

Params public property

public string[] Params
return string[]

Type public property

public RuleType Type
return RuleType