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


IRasterTypeItemURI2.PrimaryChainConnector Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI2 Interface > IRasterTypeItemURI2.PrimaryChainConnector Property
ArcGIS Developer Help

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(
  System.String* pPrimaryChainConnector
);
[C++]
Parameters
pPrimaryChainConnector [in]

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

Product Availability

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

See Also

IRasterTypeItemURI2 Interface