CentralBodySurfaceCurveGraphicsExtensionLineGraphics 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: 24.2.419.0 (24.2.419.0)
Syntax public 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
ICentralBodySurfaceCurveGraphicsServiceLineGraphicsSee Also