Full pathname of the CAD drawing.
[Visual Basic 6.0] Property FilePath As String
[Visual Basic .NET] Public ReadOnly Property FilePath As String
[C#] public string FilePath {get;}
[Java] public String getFilePath() throws IOException, AutomationException
[C++]
HRESULT get_FilePath(
BSTR* FilePath
);
Parameters
FilePath [out, retval]
FilePath is a parameter of type BSTR
ICadLayer Interface | ILayer Interface