ParamPoint Class

A point parameter.
Inheritance Hierarchy

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class ParamPoint : 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)
Top
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.
Top
See Also