RFReferenceGeometry.FindRefConesByName (Available After RapidForm2002 PlusPack1 ServicePack1)



Your Ad Here

Description

Searches and collects reference cones named as specified in an RFEntityID array and returns a Long value indicating the number of reference cones found.

Syntax

Function RFReferenceGeometry.FindRefConesByName(Name As String, firstOnly As Boolean, maxCount As Long, pIDs As RFEntityID) As Long

The FindRefConesByName syntax has these parts:

Part Description
Name [INString Required. String expression represents a name of a reference cone to search.
firstOnly [INBoolean Required. It determines if the searching stops when the first reference geometry is found which is named as specified.
maxCount [INLong Required. The size of pIDs array. (Maximum number of found reference geometries expected.)
pIDs [OUTRFEntityID Required. The first element of RFEntityID array to store reference geometries RFEntityID.

Remarks

Return to Rapidform Index


Your Ad Here