共用方式為


GeoObject.TryGetCustomProperty(String, Object) Method

Definition

Tries to get a value of a custom property associated with the 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

Parameters

name
String
value
Object

Returns

Applies to