다음을 통해 공유


DbGeometry.IsSimple 속성

정의

이 DbGeometry 값이 간단한지 여부를 나타내는 값을 가져옵니다.

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

속성 값

이 DbGeometry 값이 간단한 경우 true이고, 그렇지 않으면 false입니다.

적용 대상