DbGeometry.IsSimple Propriedade
Definição
Obtém um valor booliano anulável que indica se esse valor DbGeometry é simples.Gets a nullable Boolean value indicating whether this DbGeometry value is simple.
public:
property bool IsSimple { bool get(); };
public bool IsSimple { get; }
member this.IsSimple : bool
Public ReadOnly Property IsSimple As Boolean
Valor da propriedade
true Se esse valor de DbGeometry for simples; caso contrário, false .true if this DbGeometry value is simple; otherwise, false.