Object: PolarCurve
- Updated2024-09-12
- 1 minute(s) read
(Collections | PolarSystem) > PolarCurves > Object: PolarCurve
Object: PolarCurve
The PolarCurve object provides a polar axis system curve in DIAdem REPORT.
The following example displays the types and the names of all curves from all polar axis systems:
| VBScript | Python |
Dim oMyReportObj, oMyReportObjects, oMySubObjects, oMySubObj, sOutput sOutput = "" Set oMyReportObjects = Report.ActiveSheet.Objects For Each oMyReportObj in oMyReportObjects If oMyReportObj.ObjectType = eReportObjectPolarSystem Then Set oMySubObjects = oMyReportObj.CurvesPolar For Each oMySubObj in oMySubObjects sOutput = sOutput & "Curve shape: " & oMySubObj.ShapeType & vbTab & _ "Curve name: " & oMySubObj.Name & vbCrLf Next End If Next Call MsgBoxDisp(sOutput)
Properties
Enable | Index | LegendIconType | Name | RelatedLegendText | Shape | ShapeType | TagStored | TagTemporary | UseCurveExpansion | VisibleInLegend
Methods
Returned From
PolarCurves.Add | PolarCurves.ChangeShape | PolarCurves.Copy | PolarCurves.Item