This document is archived and information here might be outdated. Recommended version. |
The name of the field that references the raster dataset.
[Visual Basic .NET]
Public Property SourceField As String
[C#]
public string SourceField {get; set;}
[C++]
HRESULT get_SourceField(
BSTR pSourceField
);
[C++]
HRESULT put_SourceField(
System.String* pSourceField
);
[C++] Parameters pSourceField [in]
pSourceField is a parameter of type BSTR pSourceField [out, retval]
pSourceField is a parameter of type BSTR*