Class IfcProjectedCRS
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcCoordinateReferenceSystem>
System.IEquatable<IfcProjectedCRS>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc4.RepresentationResource
Assembly: Xbim.Ifc4.dll
Syntax
[ExpressType("IfcProjectedCRS", 1230)]
public class IfcProjectedCRS : IfcCoordinateReferenceSystem, INotifyPropertyChanged, IEquatable<IfcCoordinateReferenceSystem>, IInstantiableEntity, IIfcProjectedCRS, IIfcCoordinateReferenceSystem, IfcCoordinateReferenceSystemSelect, IIfcCoordinateReferenceSystemSelect, IExpressSelectType, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcProjectedCRS>, IExpressValidatable
Properties
| Improve this Doc View SourceMapProjection
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 6)]
public IfcIdentifier? MapProjection { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
MapUnit
Declaration
[EntityAttribute(7, EntityAttributeState.Optional, EntityAttributeType.Class, EntityAttributeType.None, null, null, 8)]
public IfcNamedUnit MapUnit { get; set; }
Property Value
Type | Description |
---|---|
IfcNamedUnit |
MapZone
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 7)]
public IfcIdentifier? MapZone { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Methods
| Improve this Doc View SourceEquals(IfcProjectedCRS)
Declaration
public bool Equals(IfcProjectedCRS other)
Parameters
Type | Name | Description |
---|---|---|
IfcProjectedCRS | other |
Returns
Type | Description |
---|---|
System.Boolean |
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
| Improve this Doc View SourceValidate()
Declaration
public virtual IEnumerable<ValidationResult> Validate()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValidationResult> |
ValidateClause(IfcProjectedCRS.IfcProjectedCRSClause)
Tests the express where-clause specified in param 'clause'
Declaration
public bool ValidateClause(IfcProjectedCRS.IfcProjectedCRSClause clause)
Parameters
Type | Name | Description |
---|---|---|
IfcProjectedCRS.IfcProjectedCRSClause | clause | The express clause to test |
Returns
Type | Description |
---|---|
System.Boolean | true if the clause is satisfied. |
Explicit Interface Implementations
| Improve this Doc View SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcProjectedCRS.MapProjection
Declaration
IfcIdentifier? IIfcProjectedCRS.MapProjection { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
IIfcProjectedCRS.MapUnit
Declaration
IIfcNamedUnit IIfcProjectedCRS.MapUnit { get; set; }
Returns
Type | Description |
---|---|
IIfcNamedUnit |
IIfcProjectedCRS.MapZone
Declaration
IfcIdentifier? IIfcProjectedCRS.MapZone { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcIdentifier> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>