Condividi tramite


ModelingDocData.LoadDocData(String, Boolean) Method

Definition

Loads the document data from a given file name.

protected:
 override int LoadDocData(System::String ^ fileName, bool isReload);
protected override int LoadDocData (string fileName, bool isReload);
override this.LoadDocData : string * bool -> int
Protected Overrides Function LoadDocData (fileName As String, isReload As Boolean) As Integer

Parameters

fileName
String

Filename from which to load the document data.

isReload
Boolean

True if the DocData is reloading.

Returns

Applies to