ModelingDocData.LoadDocData(String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.