SoRectangleScreenDrawermethod Property |
Method to create rectangle.
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoRectangleScreenDrawerCreationMethods> method { get; }
Public ReadOnly Property method As SoSFEnum(Of SoRectangleScreenDrawerCreationMethods)
Get
public:
property SoSFEnum<SoRectangleScreenDrawerCreationMethods>^ method {
SoSFEnum<SoRectangleScreenDrawerCreationMethods>^ get ();
}
member method : SoSFEnum<SoRectangleScreenDrawerCreationMethods> with get
Property Value
Type:
SoSFEnumSoRectangleScreenDrawerCreationMethodsRemarks . Default is CORNER_CORNER.
See Also