Click or drag to resize
SoPatternElementGet Method

Gets the current pattern attributes in the state pattern is NULL if no pattern has been set.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Get(
	SoState state,
	out string category,
	out string name,
	out SbNativeArray<byte> pattern
)

Parameters

state
Type: OIV.Inventor.MiscSoState
category
Type: SystemString
name
Type: SystemString
pattern
Type: OIV.Inventor.GenericSbNativeArrayByte
Remarks

See Also