-
IActiveViewEvents を使用したイベントの利用
-
IActiveViewEventsAfterItemDraw の利用
IViewManager::VerboseEventsを True にすることで AfterItemDraw イベントが実行されるようになる。 -
IChartRenderer の利用
-
IGeoReference を利用したラスターデータセットのジオリファレンス
-
ILookupSymbol::LookupSymbol の意味
ILookupSymbol::LookupSymbol 第1引数の意味 The firstpass parameter is a boolean passed in to indicate if this is the first time LookupSymbol is being called on the renderer (it is typically called in a loop). If firstpass is true, the renderer caches the symbols locally for speed in successive requests. firstpassパラ... -
IMap::Layers プロパティの第 1 引数に指定する UID を検索する方法
IMap::Layersプロパティの第1引数に指定するUIDを検索する方法 ■UIDを検索するツール UIDSearch.exe 第1引数を指定することにより、取得対象のレイヤを限定することができます。ここには、各インタフェースに割り当てられているUIDを指定します。 インタフェースに割り当てられているUIDの取得方法は以下のとおりとなります。 1.レジストリ... -
IMapDocument の使用方法
-
ラスター レイヤーから属性テーブルの取得
ラスター データセットやラスター レイヤーから属性テーブルにアクセスする方法。 RasterDataset から RasterBand を取得し、IRasterBand::AttributeTable から ITable オブジェクトが取得できる。 https://enterprise.arcgis.com/en/sdk/latest/windows/IRasterBand.html -
LayerDrawingOption の操作
ArcGIS 10.1 から登場したLayerDrawingOptionを操作する方法 ArcGIS Serverで配信されているマップ サービスのシンボルをクライアント側から変更するように要求できる機能 IMapServerInfo4::DefaultMapDescription IDynamicLayerDescription あたりで調べる -
Map を新規に作成する方法
