C# Class CyPhy2CAD_CSharp.DataRep.CADParameter

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

Public Properties

Property Type Description
Name string
Type string
Unit string
Value string

Public Methods

Method Description
CADParameter ( ISIS.GME.Dsml.CyPhyML.Interfaces parameter ) : System

Method Details

CADParameter() public method

public CADParameter ( ISIS.GME.Dsml.CyPhyML.Interfaces parameter ) : System
parameter ISIS.GME.Dsml.CyPhyML.Interfaces
return System

Property Details

Name public property

public string Name
return string

Type public property

public string Type
return string

Unit public property

public string Unit
return string

Value public property

public string Value
return string