Interface ValueAccessor
Provides access to a single generic field.
Namespace: USD.NET
Syntax
public interface ValueAccessor
Methods
GetValue()
Declaration
object GetValue()
Returns
| Type | Description |
|---|---|
| Object |
GetValueType()
Declaration
Type GetValueType()
Returns
| Type | Description |
|---|---|
| Type |
SetValue(Object)
Declaration
void SetValue(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value |