Interface Connectable
An interface for type-erased access to a Connectable T.
Namespace: USD.NET
Syntax
public interface Connectable
Methods
GetConnectedPath()
Declaration
string GetConnectedPath()
Returns
Type | Description |
---|---|
String |
GetValue()
Declaration
object GetValue()
Returns
Type | Description |
---|---|
Object |
GetValueType()
Declaration
Type GetValueType()
Returns
Type | Description |
---|---|
Type |
SetConnectedPath(String)
Declaration
void SetConnectedPath(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path |
SetValue(Object)
Declaration
void SetValue(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value |