YouTube | Facebook | X(Twitter) | RSS

カタログ ウィンドウのホーム フォルダーを設定

2016/9/1 (木)

Sub SetHomeFolder()
    Dim pGxCatalogWorkspace As IGxCatalogWorkspace
    Set pGxCatalogWorkspace = Application
     
    pGxCatalogWorkspace.UseWorkspaceFolder = True
     
    pGxCatalogWorkspace.OpenWorkspaceFolder "D:\Workspace\Support\130417-000015"
    'カタログ ウィンドウの再描画も実行される
     
    Debug.Print pGxCatalogWorkspace.WorkspaceFolderPath
 
End Sub
 
 
' http://www.arcgis.com/home/item.html?id=bc4cb9ab2f6e4f49a5f1bede7be4d463
 
If you want to modify the registry directly, below are the steps:
 
    In Windows, click Start > Run.
    In the Run window, type 'regedit'. In the Registry Editor window, navigate to HKEY_CURRENT_USER > Software > ESRI > Desktop 10 > ArcCatalog.
    Select Edit > New > Key and name it 'DefaultHomeFolder'.
    Right-click the new key DefaultHomeFolder, select New > String Value, and name it 'Location'.
    Double-Click the new string value 'Location' and change its value to the path of the desired home folder.

関連記事

  • この記事を書いた人

羽田 康祐

伊達と酔狂のGISエンジニア。GIS上級技術者、Esri認定インストラクター、CompTIA CTT+ Classroom Trainer、潜水士、PADIダイブマスター、四アマ。WordPress は 2.1 からのユーザーで歴だけは長い。 代表著書『地図リテラシー入門―地図の正しい読み方・描き方がわかる』 GIS を使った自己紹介はこちら。ESRIジャパン(株)所属、元青山学院大学非常勤講師を兼務。日本地図学会第31期常任委員。発言は個人の見解です。

-プログラミング, ArcGIS
-,

WINGFIELD since1981をもっと見る

今すぐ購読し、続きを読んで、すべてのアーカイブにアクセスしましょう。

続きを読む