Gets the path and filename of the file to open or the filename
of the currently displayed file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FileName As String |
Visual Basic (Usage) | |
---|
Dim instance As IEModelViewControl
Dim value As String
instance.FileName = value
value = instance.FileName
|
C# | |
---|
string FileName {get; set;} |
C++/CLI | |
---|
property String^ FileName {
String^ get();
void set (String^ value);
} |
Return Value
Fully qualified path and filename (see
Remarks)
Remarks
See Also
Availability
SolidWorks eDrawings API 2005 SP0