Share via


DbGeometry.Length Proprietà

Definizione

Ottiene un valore doppio nullable che indica la lunghezza del valore DbGeometry, che può essere null se questo valore non rappresenta una curva.

public:
 property Nullable<double> Length { Nullable<double> get(); };
public double? Length { get; }
member this.Length : Nullable<double>
Public ReadOnly Property Length As Nullable(Of Double)

Valore della proprietà

Lunghezza del valore DbGeometry.

Si applica a