CesiumCustomPropertiesRemoveCustomProperty Method |
Removes a custom property.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void RemoveCustomProperty(
string propertyName
)
Public Sub RemoveCustomProperty (
propertyName As String
)
public:
void RemoveCustomProperty(
String^ propertyName
)
member RemoveCustomProperty :
propertyName : string -> unit
Parameters
- propertyName
- Type: SystemString
The name of the custom property.
See Also