DescriptionExtension Constructor (Description) |
Initializes a new instance with the provided
Description.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DescriptionExtension(
Description description
)
Public Sub New (
description As Description
)
public:
DescriptionExtension(
Description^ description
)
new :
description : Description -> DescriptionExtension
Parameters
- description
- Type: AGI.Foundation.CesiumDescription
The description.
See Also