Click or drag to resize

ProxyUtilGetter Method

Overload List
  NameDescription
Public methodGetter(IQuantity)

Returns an IVectorGetterT for quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodGetter(EngineNode, IQuantity)

Returns an FuncTResult 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 methodGetter(EngineReach, IQuantity)

Returns an IVectorGetterT 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 methodGetter(IQuantity, IElementSetDefinition)

Returns an IVectorGetterT 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 methodGetter(EngineReach, IQuantity, Int32)

Returns an IVectorGetterT 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 methodGetter(EngineReach, Int32, IQuantity)

Returns an FuncTResult for the gridpoint and quantity.

It returns the first quantity of that type that is offered, and null if the quantity is not offered.

Public methodGetter(EngineReach, IQuantity, Int32, IQuantity)

Returns an IVectorGetterT 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.

Top
See Also