SoEngineOutput Constructor |
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public SoEngineOutput(
SoEngine engine,
string outputName,
Type outputType
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub New (
engine As SoEngine,
outputName As String,
outputType As Type
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
SoEngineOutput(
SoEngine^ engine,
String^ outputName,
Type^ outputType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
new :
engine : SoEngine *
outputName : string *
outputType : Type -> SoEngineOutput
Parameters
- engine
- Type: OIV.Inventor.EnginesSoEngine
- outputName
- Type: SystemString
- outputType
- Type: SystemType
Remarks See Also