C# Class CyPhyMetaLink.CADParameter

Mostrar archivo 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_oe property

public string Name
return string

Type public_oe property

public string Type
return string

Value public_oe property

public string Value
return string