CentralBodySurfaceRegionGraphicsExtensionBoundaryGraphics Property |
Gets or sets the graphics describing the outline of the region.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ExtrudableLineGraphics BoundaryGraphics { get; set; }
Public Property BoundaryGraphics As ExtrudableLineGraphics
Get
Set
public:
virtual property ExtrudableLineGraphics^ BoundaryGraphics {
ExtrudableLineGraphics^ get () sealed;
void set (ExtrudableLineGraphics^ value) sealed;
}
abstract BoundaryGraphics : ExtrudableLineGraphics with get, set
override BoundaryGraphics : ExtrudableLineGraphics with get, set
Property Value
Type:
ExtrudableLineGraphicsImplements
ICentralBodySurfaceRegionGraphicsServiceBoundaryGraphicsSee Also