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: 26.1.424.0 (26.1.424.0)
Syntaxpublic 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
ICentralBodySurfaceRegionGraphicsServiceBoundaryGraphics
See Also