IGraphicObjectGetPointValue Method |
Namespace: DWSIM.InterfacesAssembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.8.1.0
Syntax double GetPointValue(
PointValueType type,
int Xref,
int Yref,
List<Object> args
)
Function GetPointValue (
type As PointValueType,
Xref As Integer,
Yref As Integer,
args As List(Of Object)
) As Double
Request Example
View SourceParameters
- type PointValueType
-
- Xref Int32
-
- Yref Int32
-
- args ListObject
-
Return Value
DoubleSee Also