InstanceGetVariableDependencies Method |
Get variable dependencies for a specific dependent variable.
Namespace:
Emulate3D.FMI.V3
Assembly:
Emulate3D.FMI (in Emulate3D.FMI.dll) Version: 18.04.00
Syntaxpublic Status GetVariableDependencies(
IVariable dependent,
out ulong[] elementIndicesOfDependent,
out IVariable[] independents,
out ulong[] elementIndicesOfIndependents,
out DependencyKind[] dependencyKinds,
ulong nDependencies
)
Parameters
- dependent
- Type: Emulate3D.FMIIVariable
Dependent variable. - elementIndicesOfDependent
- Type: SystemUInt64
Element indices of dependent. - independents
- Type: Emulate3D.FMIIVariable
Independent variables. - elementIndicesOfIndependents
- Type: SystemUInt64
Element indices of independents. - dependencyKinds
- Type: Emulate3D.FMI.V3DependencyKind
Dependency kinds. - nDependencies
- Type: SystemUInt64
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
Type:
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