SetProperties Method (ISheet)
Sets the properties for this sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetProperties( _
ByVal PaperSz As Integer, _
ByVal Templ As Integer, _
ByVal Scale1 As Double, _
ByVal Scale2 As Double, _
ByVal FirstAngle As Boolean, _
ByVal Width As Double, _
ByVal Height As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim PaperSz As Integer
Dim Templ As Integer
Dim Scale1 As Double
Dim Scale2 As Double
Dim FirstAngle As Boolean
Dim Width As Double
Dim Height As Double
instance.SetProperties(PaperSz, Templ, Scale1, Scale2, FirstAngle, Width, Height)
|
Parameters
- PaperSz
Paper size as defined in swDwgPaperSizes_e
- Templ
Template index as defined in swDwgTemplates_e
- Scale1
Scale numerator
- Scale2
Scale denominator
- FirstAngle
True if you want first angle projection, false if not
- Width
Custom paper width if PaperSz = swDwgPapersUserDefined
- Height
Custom paper height if PaperSz = swDwgPapersUserDefined
Remarks
See Also