GeometryGym.Ifc.IfcExtendedProperties.IfcExtendedProperties C# (CSharp) Method

IfcExtendedProperties() private method

private IfcExtendedProperties ( string name, List props ) : System
name string
props List
return System
		internal IfcExtendedProperties(string name, List<IfcProperty> props) : base(props[0].mDatabase)
		{
			Name = name; 
			if (props != null && props.Count > 0)
				mProperties = props.ConvertAll(x => x.mIndex);
		}
		internal static void parseFields(IfcExtendedProperties p, List<string> arrFields, ref int ipos, ReleaseVersion schema)

Same methods

IfcExtendedProperties::IfcExtendedProperties ( ) : System
IfcExtendedProperties::IfcExtendedProperties ( DatabaseIfc db ) : System
IfcExtendedProperties::IfcExtendedProperties ( DatabaseIfc db, IfcExtendedProperties p ) : System