| SoFullSceneAntialiasingElementGetDefault Method (Boolean, Boolean, Boolean, Boolean, Boolean, Int32, Byte) | 
Returns the default values. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static bool GetDefault(
	out bool on,
	out bool pointsOn,
	out bool linesOn,
	out bool polygonsOn,
	out bool textsOn,
	out int filter,
	out byte sampleCount
)
Public Shared Function GetDefault ( 
	<OutAttribute> ByRef on As Boolean,
	<OutAttribute> ByRef pointsOn As Boolean,
	<OutAttribute> ByRef linesOn As Boolean,
	<OutAttribute> ByRef polygonsOn As Boolean,
	<OutAttribute> ByRef textsOn As Boolean,
	<OutAttribute> ByRef filter As Integer,
	<OutAttribute> ByRef sampleCount As Byte
) As Boolean
public:
static bool GetDefault(
	[OutAttribute] bool% on, 
	[OutAttribute] bool% pointsOn, 
	[OutAttribute] bool% linesOn, 
	[OutAttribute] bool% polygonsOn, 
	[OutAttribute] bool% textsOn, 
	[OutAttribute] int% filter, 
	[OutAttribute] unsigned char% sampleCount
)
static member GetDefault : 
        on : bool byref * 
        pointsOn : bool byref * 
        linesOn : bool byref * 
        polygonsOn : bool byref * 
        textsOn : bool byref * 
        filter : int byref * 
        sampleCount : byte byref -> bool 
Parameters
- on
 - Type: SystemBoolean
 - pointsOn
 - Type: SystemBoolean
 - linesOn
 - Type: SystemBoolean
 - polygonsOn
 - Type: SystemBoolean
 - textsOn
 - Type: SystemBoolean
 - filter
 - Type: SystemInt32
 - sampleCount
 - Type: SystemByte
 
Return Value
Type: 
Boolean
Remarks
See Also