This document is archived and information here might be outdated. Recommended version. |
Indicates whether the raster type supports seamline.
[Visual Basic .NET]
Public Property SupportsSeamline As Boolean
[C#]
public bool SupportsSeamline {get; set;}
[C++]
HRESULT get_SupportsSeamline(
VARIANT_BOOL pbSupportsSeamline
);
[C++]
HRESULT put_SupportsSeamline(
Boolean* pbSupportsSeamline
);
[C++] Parameters pbSupportsSeamline [in]
pbSupportsSeamline is a parameter of type bool pbSupportsSeamline [out, retval]
pbSupportsSeamline is a parameter of type bool*