Class IfcMapConversion
Inheritance
System.Object
IfcMapConversion
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcMapConversion", 1200)]
public class IfcMapConversion : IfcCoordinateOperation, INotifyPropertyChanged, IEquatable<IfcCoordinateOperation>, IInstantiableEntity, IIfcMapConversion, IIfcCoordinateOperation, IContainsEntityReferences, IContainsIndexedReferences, IPersistEntity, IPersist, IEquatable<IfcMapConversion>
Properties
|
Improve this Doc
View Source
Eastings
Declaration
[EntityAttribute(3, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcLengthMeasure Eastings { get; set; }
Property Value
|
Improve this Doc
View Source
Northings
Declaration
[EntityAttribute(4, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcLengthMeasure Northings { get; set; }
Property Value
|
Improve this Doc
View Source
OrthogonalHeight
Declaration
[EntityAttribute(5, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcLengthMeasure OrthogonalHeight { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
[EntityAttribute(8, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 8)]
public IfcReal? Scale { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
XAxisAbscissa
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcReal? XAxisAbscissa { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
XAxisOrdinate
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcReal? XAxisOrdinate { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
Methods
|
Improve this Doc
View Source
Equals(IfcMapConversion)
Declaration
public bool Equals(IfcMapConversion other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
propIndex |
|
IPropertyValue |
value |
|
System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IContainsIndexedReferences.IndexedReferences
Declaration
IEnumerable<IPersistEntity> IContainsIndexedReferences.IndexedReferences { get; }
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcMapConversion.Eastings
Declaration
IfcLengthMeasure IIfcMapConversion.Eastings { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMapConversion.Northings
Declaration
IfcLengthMeasure IIfcMapConversion.Northings { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMapConversion.OrthogonalHeight
Declaration
IfcLengthMeasure IIfcMapConversion.OrthogonalHeight { get; set; }
Returns
|
Improve this Doc
View Source
IIfcMapConversion.Scale
Declaration
IfcReal? IIfcMapConversion.Scale { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcMapConversion.XAxisAbscissa
Declaration
IfcReal? IIfcMapConversion.XAxisAbscissa { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
IIfcMapConversion.XAxisOrdinate
Declaration
IfcReal? IIfcMapConversion.XAxisOrdinate { get; set; }
Returns
Type |
Description |
System.Nullable<IfcReal> |
|
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>