This document is archived and information here might be outdated. Recommended version. |
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*