CimCatalogTemplate::GetParameterValue

Use this method to get the values for a specified parameter, such as the hole diameters in the catalog (for example, when 'd' is the selected provided parameter, this method returns all diameter values in catalog list). 

Compatibility

Cimatron 2026 or later

Syntax

double[] GetParameterValue(string aParamName)

GetParameterValue(string aParamName):double[]

Return Type

Return: string

oValueList—All Parameter values

 

 

Input Type

Input: string

aParamName—aParamName

 

 

Remarks

None

Example