DeprecatedVersionAttribute Class

Marks the program elements' version when they are deprecated.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Autodesk.CivilDeprecatedVersionAttribute

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[SerializableAttribute]
public sealed class DeprecatedVersionAttribute : Attribute

The DeprecatedVersionAttribute type exposes the following members.

Constructors
 NameDescription
Public methodDeprecatedVersionAttributeInitializes a new instance of the DeprecatedVersionAttribute class
Public methodDeprecatedVersionAttribute(CivilVersion)Initializes a new instance of the DeprecatedVersionAttribute class
Top
Properties
 NameDescription
Public propertyVersion 
Top
See Also