Interface IIfcMapConversion
Readonly interface for IfcMapConversion
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcMapConversion : IIfcCoordinateOperation, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
Eastings
Declaration
IfcLengthMeasure Eastings { get; set; }
Property Value
|
Improve this Doc
View Source
Northings
Declaration
IfcLengthMeasure Northings { get; set; }
Property Value
|
Improve this Doc
View Source
OrthogonalHeight
Declaration
IfcLengthMeasure OrthogonalHeight { get; set; }
Property Value
|
Improve this Doc
View Source
Scale
Declaration
IfcReal? Scale { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
XAxisAbscissa
Declaration
IfcReal? XAxisAbscissa { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|
|
Improve this Doc
View Source
XAxisOrdinate
Declaration
IfcReal? XAxisOrdinate { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcReal> |
|