SbNativeArrayTRead Method (NullableT) |
Namespace: OIV.Inventor.GenericAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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