| Visual Basic | |
|---|---|
Function CreateTransformMirroringAboutLine( _ ByVal MirrorLine As MathLine _ ) As MathTransform | |
| C# | |
|---|---|
MathTransform CreateTransformMirroringAboutLine( MathLine MirrorLine ) | |
| JavaScript | |
|---|---|
CreateTransformMirroringAboutLine( MirrorLine : dsMathLine ) : dsMathTransform | |
| COM native C++ | |
|---|---|
HRESULT CreateTransformMirroringAboutLine( IMathLine* MirrorLine, IMathTransform** Transform ) | |
| C++ | |
|---|---|
DSRESULT CreateTransformMirroringAboutLine( dsMathLine* MirrorLine, dsMathTransform** Transform ) | |
Parameters
- MirrorLine
- IMathLine
- Transform[out] or Return Value
- IMathTransform
Rotate, Scale, Project, and Mirror a Line Entity (JavaScript)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
Rotate, Scale, Project, and Mirror a Line Entity (VB.NET)
Rotate, Scale, Project, and Mirror a Line Entity (C#)
Rotate, Scale, Project, and Mirror a Line Entity (VBA)
IMathUtility Interface
IMathUtility Members
IMathUtility::CreateTransform Method
IMathUtility::CreateTransformMirroringAboutPlane Method
IMathUtility::CreateTransformMirroringAboutPoint Method
IMathUtility::CreateTransformProjection Method
IMathUtility::CreateTransformRotation Method
IMathUtility::CreateTransformScaling Method
IMathUtility Members
IMathUtility::CreateTransform Method
IMathUtility::CreateTransformMirroringAboutPlane Method
IMathUtility::CreateTransformMirroringAboutPoint Method
IMathUtility::CreateTransformProjection Method
IMathUtility::CreateTransformRotation Method
IMathUtility::CreateTransformScaling Method
DraftSight V1R1.4
Syntax