Description Constructor (CesiumPropertyString) |
Initializes a new instance with the specified text.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Description(
CesiumProperty<string> text
)
Public Sub New (
text As CesiumProperty(Of String)
)
public:
Description(
CesiumProperty<String^>^ text
)
new :
text : CesiumProperty<string> -> Description
Parameters
- text
- Type: AGI.Foundation.Cesium.AdvancedCesiumPropertyString
The HTML description of the object.
See Also