GeometryGym.Ifc.IfcApplication.IfcApplication C# (CSharp) Méthode

IfcApplication() public méthode

public IfcApplication ( IfcOrganization developer, string version, string fullName, string identifier ) : System
developer IfcOrganization
version string
fullName string
identifier string
Résultat System
		public IfcApplication(IfcOrganization developer, string version, string fullName, string identifier) :base(developer.mDatabase) { ApplicationDeveloper = developer; Version = version; ApplicationFullName = fullName; ApplicationIdentifier = identifier; }
		internal static void parseFields(IfcApplication a, List<string> arrFields, ref int ipos)

Same methods

IfcApplication::IfcApplication ( ) : System
IfcApplication::IfcApplication ( DatabaseIfc db ) : System
IfcApplication::IfcApplication ( DatabaseIfc db, IfcApplication a ) : System