18 lines
303 B
C#
18 lines
303 B
C#
using System;
|
|
|
|
namespace IFC_Revit_Interop
|
|
{
|
|
// Token: 0x02000015 RID: 21
|
|
internal class LinkInstance
|
|
{
|
|
// Token: 0x04000071 RID: 113
|
|
public string fileName;
|
|
|
|
// Token: 0x04000072 RID: 114
|
|
public string attachmentType;
|
|
|
|
// Token: 0x04000073 RID: 115
|
|
public MyTransform transform;
|
|
}
|
|
}
|