C# Class Estimator.EstimatorTag

ファイルを表示 Open project: mcneel/Rhino4Samples_DotNet Class Usage Examples

Public Methods

Method 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 method

public Create ( string items ) : bool
items string
return bool

Create() public method

public Create ( string id, string description, tag_type type ) : bool
id string
description string
type tag_type
return bool

Description() public method

public Description ( ) : string
return string

EstimatorTag() public method

public EstimatorTag ( ) : System
return System

EstimatorTag() public method

public EstimatorTag ( string items ) : System
items string
return System

EstimatorTag() public method

public EstimatorTag ( string id, string description, tag_type type ) : System
id string
description string
type tag_type
return System

Id() public method

public Id ( ) : string
return string

IsValid() public method

public IsValid ( ) : bool
return bool

TagType() public static method

public static TagType ( int t ) : tag_type
t int
return tag_type

Type() public method

public Type ( ) : tag_type
return tag_type