RVTDocs.com

WireframeBuilder.AddPoint

Method
Description:
Add a point to the shape representation stored in this WireframeBuilder.
Syntax
public void AddPoint(
	Point GPoint
)
Parameters
Parameter Type Description
GPoint Point The point to be added.
Return Value
Exceptions
Exception Condition
ArgumentException GPoint is not acceptable for a wireframe shape representation.
ArgumentNullException A non-optional argument was null