Class MaterialFileHandle
A handle for a material file
Inherited Members
Namespace: DesignData.SDS2.Database
Assembly: DesignData.SDS2.Database.dll
Syntax
public class MaterialFileHandle
Constructors
MaterialFileHandle()
A material file handle to the current job's material file
Declaration
public MaterialFileHandle()
MaterialFileHandle(string)
A material file handle to a material file outside of the current job
Declaration
public MaterialFileHandle(string location)
Parameters
Type | Name | Description |
---|---|---|
string | location |
Methods
Dispose(bool)
A handle for a material file
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
bool | disposing |
Equals(object)
A handle for a material file
Declaration
public override bool Equals(object other)
Parameters
Type | Name | Description |
---|---|---|
object | other |
Returns
Type | Description |
---|---|
bool |
Overrides
~MaterialFileHandle()
A handle for a material file
Declaration
protected ~MaterialFileHandle()
GetHashCode()
A handle for a material file
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |