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