Click or drag to resize

CesiumCustomProperties.RemoveCustomProperty Method

Removes a custom property.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void RemoveCustomProperty(
	string propertyName
)

Parameters

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