SoInterpolateoutput Property |
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoEngineOutput output { get; }
Public ReadOnly Property output As SoEngineOutput
Get
public:
property SoEngineOutput^ output {
SoEngineOutput^ get ();
}
member output : SoEngineOutput with get
Property Value
Type:
SoEngineOutputRemarks The type of the output value is the same as the type of the input values, which is specified by the derived classes.
See Also