Share

ParamLong Class

A long parameter.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.RuntimeParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >
    Autodesk.Civil.RuntimeParamLong


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

Syntax

C#

public sealed class ParamLong : ParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >

VB

Public NotInheritable Class ParamLong
	Inherits ParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >

C++

public ref class ParamLong sealed : public ParamBase<2,long,long,Autodesk::Civil::Runtime::CastOp<long,long> >

The ParamLong type exposes the following members.

Properties

Methods

 NameDescription
Public methodAddEnumData Gets the name, display name, and value for the enum specified by name.
Public methodEnumCount Gets the number of values in the enums for this parameter.
Public methodGetEnumData Gets the name, display name, and value for the enum specified by index.

See Also

Reference

Was this information helpful?