Geofence.Geoshape 속성

정의

지오펜스 영역의 모양입니다.

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

속성 값

지오펜스 영역의 모양입니다.

Windows 요구 사항

앱 기능
location

설명

이 속성은 읽기 전용입니다. 생성자 중 하나를 사용하여 초기화할 때 지오펜스의 모양을 설정해야 합니다.

이 속성의 형식인 IGeoshape는 지오펜스에 대해 여러 셰이프를 지원할 수 있는 인터페이스입니다. 현재 지원되는 유일한 셰이프는 Geocircle이므로 지오펜스를 초기화할 때 사용해야 하는 클래스입니다.

적용 대상