C# Class AcTools.DataAnalyzer.RulesSet.Rule

Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Свойство Type Description
Filename string
Params string[]
Type RuleType

Méthodes publiques

Méthode Description
GetDoubleParam ( int index, double defaultValue ) : double
ToString ( ) : string

Method Details

GetDoubleParam() public méthode

public GetDoubleParam ( int index, double defaultValue ) : double
index int
defaultValue double
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Filename public_oe property

public string Filename
Résultat string

Params public_oe property

public string[] Params
Résultat string[]

Type public_oe property

public RuleType Type
Résultat RuleType