TilesetGraphicsExtensionTilesetGraphics Property |
Gets or sets the graphical properties of the tileset.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TilesetGraphics TilesetGraphics { get; set; }
Public Property TilesetGraphics As TilesetGraphics
Get
Set
public:
virtual property TilesetGraphics^ TilesetGraphics {
TilesetGraphics^ get () sealed;
void set (TilesetGraphics^ value) sealed;
}
abstract TilesetGraphics : TilesetGraphics with get, set
override TilesetGraphics : TilesetGraphics with get, set
Property Value
Type:
TilesetGraphicsImplements
ITilesetGraphicsServiceTilesetGraphicsSee Also