Gets a value indicating whether this object is input parameter.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public bool isInputParam { get; }
Visual Basic
Public ReadOnly Property isInputParam As Boolean
	Get

Field Value

true if this object is input parameter, false if not.

See Also