C# Class CyPhyMetaLink.CADParameter

Show file Open project: metamorph-inc/meta-core Class Usage Examples

Public Properties

Property Type Description
Name string
Type string
Value string

Public Methods

Method Description
CADParameter ( string name, string type, string value ) : System

Method Details

CADParameter() public method

public CADParameter ( string name, string type, string value ) : System
name string
type string
value string
return System

Property Details

Name public property

public string Name
return string

Type public property

public string Type
return string

Value public property

public string Value
return string