Share

PropertyInt Class

Integer property template.

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

Syntax

C#

public class PropertyInt : Property<int,int,Autodesk::Civil::CastOp<int,int> >

Visual Basic

Public Class PropertyInt _
	Inherits Property<int,int,Autodesk::Civil::CastOp<int,int> >

Visual C++

public ref class PropertyInt : public Property<int,int,Autodesk::Civil::CastOp<int,int> >

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.Property<int,int,Autodesk::Civil::CastOp<int,int> >
          Autodesk.Civil.PropertyInt

See Also

Was this information helpful?