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