MaterialTypeItem Class

Information about an individual material type.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class MaterialTypeItem
Inheritance
Object    MaterialTypeItem

Constructors

MaterialTypeItemInitializes a new instance of the MaterialTypeItem class

Properties

FeedRate Get/Set the formal feed rate, in the currently selected display format.
MaterialTypeName Get/Set the name of the material type.
UserFeedRate Get/Set the feed rate entered directly by the user.

Methods

Clone Return a deep clone of the provided material type item.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

mFeedRate Private member for FeedRate.
mMaterialTypeName Private member for MaterialTypeName.
mUserFeedRate Private member for UserFeedRate.

See Also