Compartir a través de


GeoObject.TryGetCustomProperty(String, Object) Método

Definición

Intenta obtener un valor de una propiedad personalizada asociada a GeoObject.

public bool TryGetCustomProperty (string name, out object? value);
member this.TryGetCustomProperty : string * obj -> bool
Public Function TryGetCustomProperty (name As String, ByRef value As Object) As Boolean

Parámetros

name
String
value
Object

Devoluciones

Se aplica a