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


IAMSWorkspace.LoadProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IAMSWorkspace Interface > IAMSWorkspace.LoadProperties Method
ArcGIS Developer Help

IAMSWorkspace.LoadProperties Method

Loads properties for connection in the workspace.

[Visual Basic .NET]
Public Sub LoadProperties ( _
    ByVal bstrTableName As String _
)
[C#]
public void LoadProperties (
    string bstrTableName
);
[C++]
HRESULT LoadProperties(
  BSTR bstrTableName
);
[C++]
Parameters
bstrTableName [in]

bstrTableName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IAMSWorkspace Interface