Delegate CreateEntityDelegate
Namespace: Xbim.IO.Step21
Assembly: Xbim.Common.dll
Syntax
public delegate IPersist CreateEntityDelegate(string className, long? label, bool headerEntity);
Parameters
Type | Name | Description |
---|---|---|
System.String | className | |
System.Nullable<System.Int64> | label | |
System.Boolean | headerEntity |
Returns
Type | Description |
---|---|
IPersist |