SoFullSceneAntialiasingElementGetDefault Method |
Returns the default values.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static bool GetDefault(
out bool on,
out bool pointsOn,
out bool linesOn,
out bool polygonsOn,
out bool textsOn,
out int filter
)
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
) As Boolean
public:
static bool GetDefault(
[OutAttribute] bool% on,
[OutAttribute] bool% pointsOn,
[OutAttribute] bool% linesOn,
[OutAttribute] bool% polygonsOn,
[OutAttribute] bool% textsOn,
[OutAttribute] int% filter
)
static member GetDefault :
on : bool byref *
pointsOn : bool byref *
linesOn : bool byref *
polygonsOn : bool byref *
textsOn : bool byref *
filter : int byref -> bool
Parameters
- on
- Type: SystemBoolean
- pointsOn
- Type: SystemBoolean
- linesOn
- Type: SystemBoolean
- polygonsOn
- Type: SystemBoolean
- textsOn
- Type: SystemBoolean
- filter
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also