ICreateDiamDim Method (IDrawingDoc)
Obsolete. Superseded by IDrawingDoc::ICreateDiamDim4.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim DimValue As Double
Dim P0 As Double
Dim P1 As Double
Dim P2 As Double
Dim P3 As Double
Dim ArrowSize As Double
Dim Text As String
Dim TextHeight As Double
Dim WitnessGap As Double
Dim WitnessOvershoot As Double
instance.ICreateDiamDim(DimValue, P0, P1, P2, P3, ArrowSize, Text, TextHeight, WitnessGap, WitnessOvershoot)
|
Parameters
- DimValue
-
- P0
-
- P1
-
- P2
-
- P3
-
- ArrowSize
-
- Text
-
- TextHeight
-
- WitnessGap
-
- WitnessOvershoot
-
See Also