Click or drag to resize

IPortGetAnalyticPortExcitationByIndex Method

Gets an analytic port excitation with the specified index.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
IAnalyticPortExcitation GetAnalyticPortExcitationByIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the excitation.

Return Value

Type: IAnalyticPortExcitation
Reference to the excitation object.
See Also