Share

PropertyDouble Class

Double property template.

Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.3784.0

Syntax

C#

public class PropertyDouble : Property<double,double,Autodesk::Civil::CastOp<double,double> >

Visual Basic

Public Class PropertyDouble _
	Inherits Property<double,double,Autodesk::Civil::CastOp<double,double> >

Visual C++

public ref class PropertyDouble : public Property<double,double,Autodesk::Civil::CastOp<double,double> >

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.Property<double,double,Autodesk::Civil::CastOp<double,double> >
          Autodesk.Civil.PropertyDouble
            Autodesk.Civil.PropertyAngle

See Also

Was this information helpful?