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