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


IBuilderItem2.SeamlineProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuilderItem2.SeamlineProperties Property

Variables supporting seamline operation.

[Visual Basic .NET]
Public Property SeamlineProperties As IPropertySet
[C#]
public IPropertySet SeamlineProperties {get; set;}
[C++]
HRESULT get_SeamlineProperties(
  IPropertySet** ppPropertySet
);
[C++]
HRESULT putref_SeamlineProperties(
  IPropertySet* ppPropertySet
);
[C++]

Parameters ppPropertySet [out, retval]
ppPropertySet is a parameter of type IPropertySet ppPropertySet [in]
ppPropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IBuilderItem2 Interface