Click or drag to resize

CesiumCustomPropertiesRemoveCustomProperty Method

Removes a 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 void RemoveCustomProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the custom property.
See Also