PointNotOnEntityException Class |
The exception that is thrown when there is an attempt to use point coordinates that do not exist.
For example, calling Alignment.PointLocation() for a negative station number.
Inheritance Hierarchy Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[SerializableAttribute]
public class PointNotOnEntityException : CivilException
<SerializableAttribute>
Public Class PointNotOnEntityException
Inherits CivilException
[SerializableAttribute]
public ref class PointNotOnEntityException : public CivilException
The PointNotOnEntityException type exposes the following members.
Constructors
See Also