IGeometry.IsEmpty

IGeometry.IsEmpty property

获取一个值,指示此实例是否为空(表示空点集)。

public bool IsEmpty { get; }

Property Value

true 表示此实例为空;否则为 false

另见