This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeProperties Interface > IRasterTypeProperties.SupportsSeamline Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbSupportsSeamline
);
[C++]
Parameters pbSupportsSeamline [out, retval] pbSupportsSeamline is a parameter of type VARIANT_BOOL pbSupportsSeamline [in] pbSupportsSeamline is a parameter of type VARIANT_BOOL