DbGeometry.IsSimple 속성

정의

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

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

속성 값

true이 DbGeometry 값이 단순하면 다음을 수행합니다. 그렇지 않으면 . false

적용 대상