Delegate ParameterSetter
Namespace: Xbim.IO.Parser
Assembly: Xbim.Common.dll
Syntax
public delegate void ParameterSetter(int propIndex, IPropertyValue value, int[] nestedIndex);Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | propIndex | |
| IPropertyValue | value | |
| System.Int32[] | nestedIndex |