CesiumGeneratorContextAddChildGenerator Method |
Adds a Cesium generator for a property.
Namespace:
AGI.Foundation.Cesium.Advanced
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void AddChildGenerator(
CesiumGenerator childGenerator
)
Public Sub AddChildGenerator (
childGenerator As CesiumGenerator
)
public:
virtual void AddChildGenerator(
CesiumGenerator^ childGenerator
) sealed
abstract AddChildGenerator :
childGenerator : CesiumGenerator -> unit
override AddChildGenerator :
childGenerator : CesiumGenerator -> unit
Parameters
- childGenerator
- Type: AGI.Foundation.Cesium.AdvancedCesiumGenerator
The generator responsible for generating the property.
See Also