SoPatternGetPattern Method (String, String, SbNativeByteArray) |
Note: This API is now obsolete.
Use generic version of bytes argument instead.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static void GetPattern(
string category,
string name,
out SbNativeByteArray bytes
)
<ObsoleteAttribute("See documentation for more details.")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Sub GetPattern (
category As String,
name As String,
<OutAttribute> ByRef bytes As SbNativeByteArray
)
public:
[ObsoleteAttribute(L"See documentation for more details.")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static void GetPattern(
String^ category,
String^ name,
[OutAttribute] SbNativeByteArray^% bytes
)
[<ObsoleteAttribute("See documentation for more details.")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member GetPattern :
category : string *
name : string *
bytes : SbNativeByteArray byref -> unit
Parameters
- category
- Type: SystemString
- name
- Type: SystemString
- bytes
- Type: OIV.InventorSbNativeByteArray
See Also