Share

ParamPoint Class

A point parameter.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.RuntimeParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >
    Autodesk.Civil.RuntimeParamPoint


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

Syntax

C#

public sealed class ParamPoint : ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >

VB

Public NotInheritable Class ParamPoint
	Inherits ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >

C++

public ref class ParamPoint sealed : public ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >

The ParamPoint type exposes the following members.

Properties

 NameDescription
Public propertyAccess
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >Access)
Public propertyComment
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >Comment)
Public propertyDescription
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >Description)
Public propertyDisplayName
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >DisplayName)
Public propertyDisplayOrder
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >DisplayOrder)
Public propertyElevation Gets or sets the elevation associated with the parameter.
Public propertyIsReadOnly
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >IsReadOnly)
Public propertyKey
(Inherited from ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >)
Public propertyOffset Gets or sets the offset associated with the parameter.
Public propertyStation Gets or sets the station associated with the parameter.
Public propertyValue
(Overrides ParamBase<5,Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d,Autodesk::Civil::Runtime::CastOp<Autodesk::AutoCAD::Geometry::Point3d,AcGePoint3d> >Value)

Methods

 NameDescription
Public methodGetPoint Gets the station, offset, and elevation associated with the parameter.
Public methodSetPoint Sets the station, offset, and elevation associated with the parameter.

See Also

Reference

Was this information helpful?