Class IfcCoordinateReferenceSystem
Inheritance
System.Object
IfcCoordinateReferenceSystem
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("IfcCoordinateReferenceSystem", 1144)]
public abstract class IfcCoordinateReferenceSystem : PersistEntity, INotifyPropertyChanged, IIfcCoordinateReferenceSystem, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IPersistEntity, IPersist, IEquatable<IfcCoordinateReferenceSystem>
Properties
|
Improve this Doc
View Source
Description
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcText? Description { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
GeodeticDatum
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcIdentifier? GeodeticDatum { get; set; }
Property Value
|
Improve this Doc
View Source
HasCoordinateOperation
Declaration
[InverseProperty("SourceCRS")]
[EntityAttribute(-1, EntityAttributeState.Mandatory, EntityAttributeType.Set, EntityAttributeType.Class, new int[]{0}, new int[]{1}, 5)]
public IEnumerable<IfcCoordinateOperation> HasCoordinateOperation { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
[EntityAttribute(1, EntityAttributeState.Mandatory, EntityAttributeType.None, EntityAttributeType.None, null, null, 1)]
public IfcLabel Name { get; set; }
Property Value
|
Improve this Doc
View Source
VerticalDatum
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcIdentifier? VerticalDatum { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcCoordinateReferenceSystem)
Declaration
public bool Equals(IfcCoordinateReferenceSystem 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
IIfcCoordinateReferenceSystem.Description
Declaration
IfcText? IIfcCoordinateReferenceSystem.Description { get; set; }
Returns
Type |
Description |
System.Nullable<IfcText> |
|
|
Improve this Doc
View Source
IIfcCoordinateReferenceSystem.GeodeticDatum
Declaration
IfcIdentifier? IIfcCoordinateReferenceSystem.GeodeticDatum { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCoordinateReferenceSystem.HasCoordinateOperation
Declaration
IEnumerable<IIfcCoordinateOperation> IIfcCoordinateReferenceSystem.HasCoordinateOperation { get; }
Returns
|
Improve this Doc
View Source
IIfcCoordinateReferenceSystem.Name
Declaration
IfcLabel IIfcCoordinateReferenceSystem.Name { get; set; }
Returns
|
Improve this Doc
View Source
IIfcCoordinateReferenceSystem.VerticalDatum
Declaration
IfcIdentifier? IIfcCoordinateReferenceSystem.VerticalDatum { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>