Click or drag to resize

CesiumOutputStreamWritePropertyName Method

Writes the name of a 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 virtual void WritePropertyName(
	string propertyName
)

Parameters

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