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

Syntax

C#
public class Property<unsigned int,int,Autodesk::Civil::CastOp<unsigned int,int> > : TreeOidWrapper, 
	IProperty
Visual Basic
Public Class Property<unsigned int,int,Autodesk::Civil::CastOp<unsigned int,int> > _
	Inherits TreeOidWrapper _
	Implements IProperty
Visual C++
public ref class Property<unsigned int,int,Autodesk::Civil::CastOp<unsigned int,int> > : public TreeOidWrapper, 
	IProperty

Inheritance Hierarchy

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

See Also