Click or drag to resize

SystemOptionsListingGetDecimal Method

Get a system option's value, as a decimal

Namespace: Ignition.Framework.Metadata
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
protected static decimal GetDecimal(
	string systemOptionName
)

Parameters

systemOptionName  String
The name of the system option to retrieve

Return Value

Decimal
The requested system option's value
Exceptions
ExceptionCondition
SystemOptionNotDefinedExceptionThe requested system option was not found
See Also