SoEngineGetOutputName Method |
Returns (in outputName) the name of the engine output (output).
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetOutputName(
SoEngineOutput output,
out string outputName
)
Public Function GetOutputName (
output As SoEngineOutput,
<OutAttribute> ByRef outputName As String
) As Boolean
public:
bool GetOutputName(
SoEngineOutput^ output,
[OutAttribute] String^% outputName
)
member GetOutputName :
output : SoEngineOutput *
outputName : string byref -> bool
Parameters
- output
- Type: OIV.Inventor.EnginesSoEngineOutput
- outputName
- Type: SystemString
Return Value
Type:
BooleanRemarks Returns false if the engine output is not contained within the engine instance.
See Also