ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.ConnectionProperties Property

The GeoDatabase connection properties.

[Visual Basic .NET]
Public Property ConnectionProperties As IPropertySet
[C#]
public IPropertySet ConnectionProperties {get; set;}
[C++]
HRESULT get_ConnectionProperties(
  IPropertySet** ppConnectionProperties
);
[C++]
HRESULT putref_ConnectionProperties(
  IPropertySet* ppConnectionProperties
);
[C++]

Parameters

ppConnectionProperties [out, retval]

  ppConnectionProperties is a parameter of type IPropertySet

ppConnectionProperties [in]

  ppConnectionProperties is a parameter of type IPropertySet

Product Availability

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

See Also

IRasterCatalogLoader Interface

.NET Related Topics

DataSourcesRaster