Method GetSplineDataKeys
GetSplineDataKeys(EmbeddedSplineDataType)
Get a collection of the keys of embedded SplineData<T> for this type.
Declaration
public IEnumerable<string> GetSplineDataKeys(EmbeddedSplineDataType type)
Parameters
| Type | Name | Description |
|---|---|---|
| EmbeddedSplineDataType | type |
Returns
| Type | Description |
|---|---|
| IEnumerable<string> | An enumerable list of keys present for the requested type. |