SoWriteAction Constructor (SoOutput) |
Constructor that takes an SoOutput to use for output.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoWriteAction(
SoOutput out
)
Public Sub New (
out As SoOutput
)
public:
SoWriteAction(
SoOutput^ out
)
new :
out : SoOutput -> SoWriteAction
Parameters
- out
- Type: OIV.InventorSoOutput
Remarks
See Also