Ole2FrameCreateFromFile Method
|
Attempts to create an embedded object from the
specified file.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool CreateFromFile(
string FileName
)
Public Function CreateFromFile (
FileName As String
) As Boolean
public:
bool CreateFromFile(
String^ FileName
)
member CreateFromFile :
FileName : string -> bool
Parameters
- FileName String
- [out] File name.
Return Value
Boolean
true if created successfully; otherwise, the method returns
false.
See Also