Click or drag to resize

InstanceGetVariableDependencies Method

Get variable dependencies for a specific dependent variable.

Namespace: Emulate3D.FMI.V3
Assembly: Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 19.00.00
Syntax
C#
public Status GetVariableDependencies(
	IVariable dependent,
	out ulong[] elementIndicesOfDependent,
	out IVariable[] independents,
	out ulong[] elementIndicesOfIndependents,
	out DependencyKind[] dependencyKinds,
	ulong nDependencies
)

Parameters

dependent  IVariable
Dependent variable.
elementIndicesOfDependent  UInt64
Element indices of dependent.
independents  IVariable
Independent variables.
elementIndicesOfIndependents  UInt64
Element indices of independents.
dependencyKinds  DependencyKind
Dependency kinds.
nDependencies  UInt64
Specifies the number of dependencies that the calling environment allocated space for in the result buffers, and should correspond to value obtained by calling GetNumberOfVariableDependencies(IVariable, UInt64).

Return Value

Status

[Missing <returns> documentation for "M:Emulate3D.FMI.V3.Instance.GetVariableDependencies(Emulate3D.FMI.IVariable,System.UInt64[]@,Emulate3D.FMI.IVariable[]@,System.UInt64[]@,Emulate3D.FMI.V3.DependencyKind[]@,System.UInt64)"]

See Also