C# Class Estimator.EstimatorTagTable

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

Public Methods

Method Description
AddTag ( EstimatorTag tag ) : int
EstimatorTagTable ( ) : System
FindDescription ( string description ) : int
FindTag ( string id ) : int
GetTags ( EstimatorTag type, List &tags ) : int
Tag ( int index ) : EstimatorTag
TagCount ( ) : int
this ( int index ) : EstimatorTag

Method Details

AddTag() public method

public AddTag ( EstimatorTag tag ) : int
tag EstimatorTag
return int

EstimatorTagTable() public method

public EstimatorTagTable ( ) : System
return System

FindDescription() public method

public FindDescription ( string description ) : int
description string
return int

FindTag() public method

public FindTag ( string id ) : int
id string
return int

GetTags() public method

public GetTags ( EstimatorTag type, List &tags ) : int
type EstimatorTag
tags List
return int

Tag() public method

public Tag ( int index ) : EstimatorTag
index int
return EstimatorTag

TagCount() public method

public TagCount ( ) : int
return int

this() public method

public this ( int index ) : EstimatorTag
index int
return EstimatorTag