SoEllipseScreenDrawermethod Property |
Method to create ellipse.
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFEnum<SoEllipseScreenDrawerCreationMethods> method { get; }
Public ReadOnly Property method As SoSFEnum(Of SoEllipseScreenDrawerCreationMethods)
Get
public:
property SoSFEnum<SoEllipseScreenDrawerCreationMethods>^ method {
SoSFEnum<SoEllipseScreenDrawerCreationMethods>^ get ();
}
member method : SoSFEnum<SoEllipseScreenDrawerCreationMethods> with get
Property Value
Type:
SoSFEnumSoEllipseScreenDrawerCreationMethodsRemarks . Default is CORNER_CORNER.
See Also