SoLDMWriterInitialize Method (String, SoDataSet) |
Note: This API is now obsolete.
Calls Initialize(filename, inputVolData, System.Int32(0), (cli.array<System.String^>^)nullptr).
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public int Initialize(
string filename,
SoDataSet inputVolData
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function Initialize (
filename As String,
inputVolData As SoDataSet
) As Integer
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
int Initialize(
String^ filename,
SoDataSet^ inputVolData
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member Initialize :
filename : string *
inputVolData : SoDataSet -> int
Parameters
- filename
- Type: SystemString
- inputVolData
- Type: OIV.LDM.NodesSoDataSet
Return Value
Type:
Int32
Remarks
See Also