SoPatternElementGet Method |
Gets the current pattern attributes in the state pattern is NULL if no pattern has been set.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Get(
SoState state,
out string category,
out string name,
out SbNativeArray<byte> pattern
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef category As String,
<OutAttribute> ByRef name As String,
<OutAttribute> ByRef pattern As SbNativeArray(Of Byte)
)
public:
static void Get(
SoState^ state,
[OutAttribute] String^% category,
[OutAttribute] String^% name,
[OutAttribute] SbNativeArray<unsigned char>^% pattern
)
static member Get :
state : SoState *
category : string byref *
name : string byref *
pattern : SbNativeArray<byte> byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- category
- Type: SystemString
- name
- Type: SystemString
- pattern
- Type: OIV.Inventor.GenericSbNativeArrayByte
Remarks See Also