Class XbimXmlSettings
Inheritance
System.Object
XbimXmlSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.IO.MemoryModel.dll
Syntax
public class XbimXmlSettings
Properties
|
Improve this Doc
View Source
Configuration
Declaration
public configuration Configuration { get; set; }
Property Value
|
Improve this Doc
View Source
ConfigurationUri
Declaration
public string ConfigurationUri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ExpressUri
Declaration
public string ExpressUri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IFC4
Declaration
public static XbimXmlSettings IFC4 { get; }
Property Value
|
Improve this Doc
View Source
IFC4Add1
Declaration
public static XbimXmlSettings IFC4Add1 { get; }
Property Value
|
Improve this Doc
View Source
IFC4Add2
Declaration
public static XbimXmlSettings IFC4Add2 { get; }
Property Value
|
Improve this Doc
View Source
Indent
Declaration
public bool Indent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Namespace
Declaration
public string Namespace { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NamespaceLocation
Declaration
public string NamespaceLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NamespacePrefix
Declaration
public string NamespacePrefix { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RootName
Declaration
public string RootName { get; set; }
Property Value
Type |
Description |
System.String |
|