ArcObjects Library Reference (DataSourcesRaster)  

IRasterTypeItemURI2.PrimaryChainConnector Property

In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).

[Visual Basic .NET]
Public Property PrimaryChainConnector As String
[C#]
public string PrimaryChainConnector {get; set;}
[C++]
HRESULT get_PrimaryChainConnector(
  BSTR* pPrimaryChainConnector
);
[C++]
HRESULT put_PrimaryChainConnector(
  BSTR pPrimaryChainConnector
);
[C++]

Parameters

pPrimaryChainConnector [out, retval]   pPrimaryChainConnector is a parameter of type BSTR pPrimaryChainConnector [in]   pPrimaryChainConnector is a parameter of type BSTR

Product Availability

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

See Also

IRasterTypeItemURI2 Interface