AddVertex Method (ILeader)
Appends the specified vertex to the Leader.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVertex( _
double X As System.Double, _
double Y As System.Double, _
double Z As System.Double _
) As System.Boolean |
C# | |
---|
System.bool AddVertex(
System.double X,
System.double Y,
System.double Z
) |
JavaScript | |
---|
AddVertex(
X : Number,
Y : Number,
Z : Number
) : Boolean |
COM native C++ | |
---|
HRESULT AddVertex(
DOUBLE X,
DOUBLE Y,
DOUBLE Z,
VARIANT_BOOL* RetVal
) |
Parameters
- X
- x coordinate of the vertex
- Y
- y coordinate of the vertex
- Z
- z coordinate of the vertex
- RetVal[out] or Return Value
- True if the vertex is appended to the Leader, false if not
Remarks
See Also
Availability
DraftSight V1R4.0