 | IPortGetLumpedPortExcitationByIndex Method |
Gets a lumped port excitation with the specified index.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxILumpedPortExcitation GetLumpedPortExcitationByIndex(
int index
)
Function GetLumpedPortExcitationByIndex (
index As Integer
) As ILumpedPortExcitation
Dim instance As IPort
Dim index As Integer
Dim returnValue As ILumpedPortExcitation
returnValue = instance.GetLumpedPortExcitationByIndex(index)
Parameters
- index
- Type: SystemInt32
The index of the excitation.
Return Value
Type:
ILumpedPortExcitationReference to the excitation object.
See Also