다음을 통해 공유


DbGeometry.IsEmpty 속성

정의

이 값이 곡선을 나타내지 않는 경우 null일 수 있는, 이 DbGeometry 값이 비어 있는지 여부를 나타내는 null 허용 부울 값을 가져옵니다.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

속성 값

이 DbGeometry 값이 비어 있는 경우 true이고, 그렇지 않으면 false입니다.

적용 대상