GeometryOperationsExtensions.Length(Geometry) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine la longueur de la lineString géométrique.
public static double? Length (this Microsoft.Spatial.Geometry operand);
static member Length : Microsoft.Spatial.Geometry -> Nullable<double>
<Extension()>
Public Function Length (operand As Geometry) As Nullable(Of Double)
Paramètres
- operand
- Geometry
Opérande LineString.
Retours
Le résultat d'opération.