ProxyUtilSetter Method |
Name | Description | |
---|---|---|
Setter(IQuantity) | Returns an IDoubleVectorGetSet for quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. | |
Setter(EngineNode, IQuantity) | Returns an IDoubleGetSet for the node and quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. | |
Setter(EngineReach, IQuantity) | Returns an IDoubleVectorGetSet for the node and quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. | |
Setter(IQuantity, IElementSetDefinition) | Returns an IDoubleVectorGetSet for quantity. Also returns an IElementSetDefinition specifying where each element value belongs to. It returns the first quantity of that type that is offered, and null if the quantity is not offered. | |
Setter(EngineReach, IQuantity, Int32) | Returns an IDoubleVectorGetSet for the reach and quantity. Also returns an indexList with indices of gridpoints in reach where each element value belongs to. It returns the first quantity of that type that is offered, and null if the quantity is not offered. | |
Setter(EngineReach, Int32, IQuantity) | Returns an IDoubleGetSet for the gridpoint and quantity. It returns the first quantity of that type that is offered, and null if the quantity is not offered. |