[]
Gets default value of the specified component. If no specification have been entered for this component, returns default value.
public virtual object getCompDef(int c)
Type | Name | Description |
---|---|---|
int | c | Component index |
Type | Description |
---|---|
object | The default value for this component (Must be casted before use) |