VS:FindObjAtPt Delete

From Vectorworks Developer
Revision as of 14:30, 12 August 2013 by Root (talk | contribs) (1 revision)
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Deleted search object created by VS:FindObjAtPt_Create call.

PROCEDURE FindObjAtPt_Delete(
finderID  : LONGINT);
def vs.FindObjAtPt_Delete(finderID):
    return None

Parameters

finderID LONGINT Finder ID created by VS:FindObjAtPt_Create.

Example

For example see Example of VS:FindObjAtPt Create.

Version

Availability: from All Versions

This is drop-in function.

See Also

Related functions: VS:FindObjAtPt_Create | VS:FindObjAtPt_GetCount | VS:FindObjAtPt_GetObj | VS:FindObjAtPt_Delete

Related functions: [[VS:FindObjAtPt_Create]] | [[VS:FindObjAtPt_GetCount]] | [[VS:FindObjAtPt_GetObj]] | [[VS:FindObjAtPt_Delete]]