Click or drag to resize
IReadOnlyPropertyAsInt Method (Int32)
Value converted to a int using the default value if null. If the value cannot be converted, an exception is thrown

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
int AsInt(
	int defaultValue
)

Parameters

defaultValue
Type: SystemInt32

Return Value

Type: Int32
See Also