SbNativeArrayTRead Method (NullableT) |
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public virtual void Read(
out Nullable<T> value
)
Public Overridable Sub Read (
<OutAttribute> ByRef value As Nullable(Of T)
)
public:
virtual void Read(
[OutAttribute] Nullable<T>% value
)
abstract Read :
value : Nullable<'T> byref -> unit
override Read :
value : Nullable<'T> byref -> unit
Parameters
- value
- Type: SystemNullableT
See Also