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


ICustomXform.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

ICustomXform.Initialize Method

Initializes a custom geodata transform.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal filename As String, _
    ByVal Data As String _
)
[C#]
public void Initialize (
    string filename,
    string Data
);
[C++]
HRESULT Initialize(
  BSTR filename,
  BSTR Data
);
[C++]

Parameters filename [in] filename is a parameter of type BSTR Data [in] Data is a parameter of type BSTR

Product Availability

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

See Also

ICustomXform Interface