This document is archived and information here might be outdated.  Recommended version.


ICadTransformations.WorldFileName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadTransformations Interface > ICadTransformations.WorldFileName Property
ArcGIS Developer Help

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(
  System.String* 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