Jump to content

SDFDiagram class: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Replaced with template tables
Line 8: Line 8:


==Properties==
==Properties==
<span class="mw-customtoggle-propertiestable">Show/Hide SDFDiagram Properties Table</span>
{{VIServerPropsTable|16488}}
<div class="mw-collapsible" id="mw-customcollapsible-propertiestable">
{{VIServerLegend|showrw=TRUE|showrte=TRUE}}
{| class="wikitable sortable"
|+ SDFDiagram Properties Table
! Property ID
! Short Name (English)
! Description
! R/W
! RTE
|- style="background-color:#D1BB80;"
|F6A0800
| [[SDFDiagram class/SDFCompDiag property|SDFCompDiag]]
|
|R
|X
|- style="background-color:#D1BB80;"
|F6A0801
| [[SDFDiagram class/SdfDiagIsDirty property|SdfDiagIsDirty]]
|
|R/W
|X
|}
</div>


==Methods==
==Methods==
<span class="mw-customtoggle-methodstable">Show/Hide SDFDiagram Methods Table</span>
{{VIServerMethodsTable|16488}}
<div class="mw-collapsible" id="mw-customcollapsible-methodstable">
{{VIServerLegend|showrte=TRUE}}
{| class="wikitable sortable"
|+ SDFDiagram Methods Table
! Method ID
! Short Name (English)
! Description
! RTE
|- style="background-color:#D1BB80;"
|F6A0400
| [[SDFDiagram class/CopyToSDFCompanion method|CopyToSDFCompanion]]
|
|X
|}
</div>


==Events==
==Events==
''No Events for this class.''
{{VIServerEventsTable|16488}}


== History ==
== History ==
{{ambox|text=History information is needed.  What changes have occured over previous versions?}}
{{ambox|text=History information is needed.  What changes have occurred over previous versions?}}
{| class="wikitable"
{| class="wikitable"
! Version
! Version

Revision as of 16:38, 8 September 2019

VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SDFDiagram class
Class ID 16488
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The SDFDiagram class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide SDFDiagram Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SDFDiagram Properties Table
Property ID Long Name (English) Description R/W RTE
F6A0800SDF Companion DiagramRead OnlyYes
F6A0801SDF Diagram Is DirtyRead/WriteYes


Methods

Show/Hide SDFDiagram Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SDFDiagram Methods Table
Method ID Long Name (English) Description RTE
F6A0400Copy To SDF CompanionYes


Events

This class has no events or it inherits events from its parent: Diagram Class.


History

Version Change(s)
LabVIEW 2018 More info to come.

See Also