EbsOpen Class Library for EBSILON®Professional

Pipe.Object Property

[C#] In C#, this property is the indexer for the Pipe class.

[Visual Basic]
Public Default Property ReadOnly Object( _ 
   ByVal FluxDirection As EpFluxDirection _ 
) As Object
[C#]
public Object this[
   EpFluxDirection FluxDirection
] { get; }
[C++]
public: __property Object* get_Object(
   EpFluxDirection FluxDirection
);
[JScript]
returnValue = PipeObject.Item( FluxDirection );
-or-
returnValue = PipeObject( FluxDirection );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

Pipe Class | EbsOpen Namespace