Method WriteToFile
WriteToFile(SdfLayer, string, string, StdStringMap)
Declaration
public virtual bool WriteToFile(SdfLayer layer, string filePath, string comment, StdStringMap args)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfLayer | layer | |
| string | filePath | |
| string | comment | |
| StdStringMap | args |
Returns
| Type | Description |
|---|---|
| bool |
WriteToFile(SdfLayer, string, string)
Declaration
public virtual bool WriteToFile(SdfLayer layer, string filePath, string comment)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfLayer | layer | |
| string | filePath | |
| string | comment |
Returns
| Type | Description |
|---|---|
| bool |
WriteToFile(SdfLayer, string)
Declaration
public virtual bool WriteToFile(SdfLayer layer, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| SdfLayer | layer | |
| string | filePath |
Returns
| Type | Description |
|---|---|
| bool |