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


IAMSWorkspace.LoadProperties Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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