ArcObjects Library Reference (DataSourcesFile)  

ICadTransformations.WorldFileName Property

The pathname of the world file.

[Visual Basic .NET]
Public Property WorldFileName As String
[C#]
public string WorldFileName {get; set;}
[C++]
HRESULT get_WorldFileName(
  BSTR* FilePath
);
[C++]
HRESULT put_WorldFileName(
  BSTR FilePath
);
[C++]

Parameters

FilePath [out, retval]   FilePath is a parameter of type BSTR FilePath [in]   FilePath is a parameter of type BSTR

Product Availability

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

See Also

ICadTransformations Interface

.NET Related Topics

How to return CAD transformation settings