Validates the point object to be added to the wireframe shape being constructed. Used by AddPoint() to validate input.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public static bool ValidatePoint( Point GPoint )
Parameters
- GPoint Point
- Point object to be validated.
Return Value
BooleanTrue is %GPoint% is acceptable as a part of a wireframe shape representation being built.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |