次の方法で共有


MapArea.IsCustom プロパティ

定義

マップ領域がカスタムであるかどうかを示す値を取得または設定します。

public:
 property bool IsCustom { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsCustom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsCustom : bool
Public ReadOnly Property IsCustom As Boolean

プロパティ値

マップ領域がカスタムである場合は true。それ以外の場合は false

属性

適用対象