EbsOpen Class Library for EBSILON®Professional

ProfileSimulation.StartBoundaryValue Property

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

[Visual Basic]
Public Default Property ReadOnly StartBoundaryValue( _ 
   ByVal Kind As EpStartBoundaryValueKind _ 
) As StartBoundaryValue
[C#]
public StartBoundaryValue this[
   EpStartBoundaryValueKind Kind
] { get; }
[C++]
public: __property StartBoundaryValue* get_StartBoundaryValue(
   EpStartBoundaryValueKind Kind
);
[JScript]
returnValue = ProfileSimulationObject.Item( Kind );
-or-
returnValue = ProfileSimulationObject( Kind );

[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

ProfileSimulation Class | EbsOpen Namespace