GetBendTablePathHandler
Delegate
|
Namespace: Bricscad.SheetMetal.Operations
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public delegate string GetBendTablePathHandler(
ObjectId id,
ObjectId temporaryComponentId,
ObjectId originalSolidId,
ObjectId temporarySolidId
)
Public Delegate Function GetBendTablePathHandler (
id As ObjectId,
temporaryComponentId As ObjectId,
originalSolidId As ObjectId,
temporarySolidId As ObjectId
) As String
public delegate String^ GetBendTablePathHandler(
ObjectId id,
ObjectId temporaryComponentId,
ObjectId originalSolidId,
ObjectId temporarySolidId
)
type GetBendTablePathHandler =
delegate of
id : ObjectId *
temporaryComponentId : ObjectId *
originalSolidId : ObjectId *
temporarySolidId : ObjectId -> string
Parameters
- id ObjectId
-
- temporaryComponentId ObjectId
-
- originalSolidId ObjectId
-
- temporarySolidId ObjectId
-
Return Value
String
See Also