FullDwgVersion Structure

This structure encapsulates information about major and minor DWG versions.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Teigha.DatabaseServicesFullDwgVersion

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public struct FullDwgVersion

The FullDwgVersion type exposes the following members.

Constructors
  Name Description
Public method FullDwgVersion Constructor for the FullDwgVersion structure.
Top
Properties
  Name Description
Public property MajorVersion Property that represents major DWG version.
Public property MinorVersion Property that represents minor DWG version.
Top
Methods
  Name Description
Public method Equals Checks objects for equality.
(Overrides ValueTypeEquals(Object))
Public method GetHashCode Retrieves the object hash code.
(Overrides ValueTypeGetHashCode)
Public method GetType
(Inherited from Object)
Public method ToString Returns an equivalent string representation of this object.
(Overrides ValueTypeToString)
Top
Operators
  Name Description
Public operatorStatic member Equality(FullDwgVersion, FullDwgVersion) Equality operator for the FullDwgVersion class. Checks whether the objects are equal.
Public operatorStatic member Inequality(FullDwgVersion, FullDwgVersion) Inequality operator for the FullDwgVersion class. Checks whether the objects are not equal.
Top
See Also

©  Bricsys NV. All rights reserved.