ArcObjects Library Reference  (Carto)    

ICadLayer.FilePath Property

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
);
[C++]

Parameters

FilePath [out, retval]

  FilePath is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICadLayer Interface | ILayer Interface

Example

ICadLayer FilePath Example

 


Feedback Send feedback on this page