CentralBodySurfaceCurveGraphicsExtension.LineGraphics Property |
Gets or sets the graphics describing the curve.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtrudableLineGraphics LineGraphics { get; set; }
Public Property LineGraphics As ExtrudableLineGraphics
Get
Set
public:
virtual property ExtrudableLineGraphics^ LineGraphics {
ExtrudableLineGraphics^ get () sealed;
void set (ExtrudableLineGraphics^ value) sealed;
}
abstract LineGraphics : ExtrudableLineGraphics with get, set
override LineGraphics : ExtrudableLineGraphics with get, set
Property Value
Type:
ExtrudableLineGraphicsImplements
ICentralBodySurfaceCurveGraphicsService.LineGraphics
See Also