SoGLGraphicConfigTemplateGetStencil Method |
Returns the stencil preferences.
Namespace: OIV.Inventor.ComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoGraphicConfigTemplatePreferences GetStencil(
out int minBits,
out int maxBits
)
Public Function GetStencil (
<OutAttribute> ByRef minBits As Integer,
<OutAttribute> ByRef maxBits As Integer
) As SoGraphicConfigTemplatePreferences
public:
SoGraphicConfigTemplatePreferences GetStencil(
[OutAttribute] int% minBits,
[OutAttribute] int% maxBits
)
member GetStencil :
minBits : int byref *
maxBits : int byref -> SoGraphicConfigTemplatePreferences
Parameters
- minBits
- Type: SystemInt32
- maxBits
- Type: SystemInt32
Return Value
Type:
SoGraphicConfigTemplatePreferencesRemarks See Also