PointByNumber Method
Returns a point in the project database by number.
Signature
RetVal = object.PointByNumber(Number)
object
CogoPoints The object or objects this property applies to.
Number
Long; input-only
The point number to query for.
RetVal
AeccPoint object
The point object.
Remarks
If the point does not exist, then no object will be returned.