SoGLShadowStyleElementGetDefault Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void GetDefault(
out SoGLShadowStyleElementShadowStyles shadowStyle,
out int passNumber
)
Public Shared Sub GetDefault (
<OutAttribute> ByRef shadowStyle As SoGLShadowStyleElementShadowStyles,
<OutAttribute> ByRef passNumber As Integer
)
public:
static void GetDefault(
[OutAttribute] SoGLShadowStyleElementShadowStyles% shadowStyle,
[OutAttribute] int% passNumber
)
static member GetDefault :
shadowStyle : SoGLShadowStyleElementShadowStyles byref *
passNumber : int byref -> unit
Parameters
- shadowStyle
- Type: OIV.Inventor.ElementsSoGLShadowStyleElementShadowStyles
- passNumber
- Type: SystemInt32
Remarks
See Also