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