BlockInsertionPointsEventArgs
Constructor
|
Constructor for the
BlockInsertionPointsEventArgs class.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public BlockInsertionPointsEventArgs(
BlockTableRecord blockTableRecord,
Point3dCollection points,
Vector3dCollection alignmentVectors
)
Public Sub New (
blockTableRecord As BlockTableRecord,
points As Point3dCollection,
alignmentVectors As Vector3dCollection
)
public:
BlockInsertionPointsEventArgs(
BlockTableRecord^ blockTableRecord,
Point3dCollection^ points,
Vector3dCollection^ alignmentVectors
)
new :
blockTableRecord : BlockTableRecord *
points : Point3dCollection *
alignmentVectors : Vector3dCollection -> BlockInsertionPointsEventArgs
Parameters
- blockTableRecord BlockTableRecord
- [in] Modified block table record.
- points Point3dCollection
- [in] Collection of insertion points.
- alignmentVectors Vector3dCollection
- [in] Collection of alignment vectors.
See Also