Description Constructor (String) |
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(
string text
)
Public Sub New (
text As String
)
public:
Description(
String^ text
)
new :
text : string -> Description
Parameters
- text
- Type: SystemString
The HTML description of the object.
See Also