Click or drag to resize

ProxyUtilSetter Method

Overload List
  NameDescription
Public methodSetter(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.

Public methodSetter(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.

Public methodSetter(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.

Public methodSetter(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.

Public methodSetter(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.

Public methodSetter(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.

Top
See Also