CesiumOutputStreamWritePropertyName Method |
Writes the name of a 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 virtual void WritePropertyName(
string propertyName
)
Public Overridable Sub WritePropertyName (
propertyName As String
)
public:
virtual void WritePropertyName(
String^ propertyName
)
abstract WritePropertyName :
propertyName : string -> unit
override WritePropertyName :
propertyName : string -> unit
Parameters
- propertyName
- Type: SystemString
The name of the property.
See Also