Click or drag to resize

CesiumCustomPropertiesGetCustomPropertyT Method

Get a previously added custom property.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<T> GetCustomProperty<T>(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the custom property.

Type Parameters

T
The type of the data.

Return Value

Type: CesiumPropertyT
The previously added custom property, or if there is no property with the given name.
See Also