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

속성 값

Boolean

맵 영역이 사용자 지정 영역이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상