CentralBodySurfaceCurveGraphicsClassificationType Property |
Gets or sets whether a classification affects terrain, 3D Tiles or both.
If not specified, the default value is both.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CesiumProperty<CesiumClassificationType> ClassificationType { get; set; }
Public Property ClassificationType As CesiumProperty(Of CesiumClassificationType)
Get
Set
public:
property CesiumProperty<CesiumClassificationType>^ ClassificationType {
CesiumProperty<CesiumClassificationType>^ get ();
void set (CesiumProperty<CesiumClassificationType>^ value);
}
member ClassificationType : CesiumProperty<CesiumClassificationType> with get, set
Property Value
Type:
CesiumPropertyCesiumClassificationTypeSee Also