次の方法で共有


PlaceInfo.Geoshape プロパティ

定義

PlaceInfo に関連付けられている地理的図形を取得します。

public:
 property IGeoshape ^ Geoshape { IGeoshape ^ get(); };
IGeoshape Geoshape();
public IGeoshape Geoshape { get; }
var iGeoshape = placeInfo.geoshape;
Public ReadOnly Property Geoshape As IGeoshape

プロパティ値

PlaceInfo に関連付けられている地理的図形。

適用対象