C# Class Estimator.EstimatorTag

Afficher le fichier Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Méthodes publiques

Méthode Description
Create ( string items ) : bool
Create ( string id, string description, tag_type type ) : bool
Description ( ) : string
EstimatorTag ( ) : System
EstimatorTag ( string items ) : System
EstimatorTag ( string id, string description, tag_type type ) : System
Id ( ) : string
IsValid ( ) : bool
TagType ( int t ) : tag_type
Type ( ) : tag_type

Method Details

Create() public méthode

public Create ( string items ) : bool
items string
Résultat bool

Create() public méthode

public Create ( string id, string description, tag_type type ) : bool
id string
description string
type tag_type
Résultat bool

Description() public méthode

public Description ( ) : string
Résultat string

EstimatorTag() public méthode

public EstimatorTag ( ) : System
Résultat System

EstimatorTag() public méthode

public EstimatorTag ( string items ) : System
items string
Résultat System

EstimatorTag() public méthode

public EstimatorTag ( string id, string description, tag_type type ) : System
id string
description string
type tag_type
Résultat System

Id() public méthode

public Id ( ) : string
Résultat string

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TagType() public static méthode

public static TagType ( int t ) : tag_type
t int
Résultat tag_type

Type() public méthode

public Type ( ) : tag_type
Résultat tag_type