QuickOPC User's Guide and Reference
SizeFactorName Property (_AEAttributeDialog)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.Forms.Browsing.ComTypes Namespace > _AEAttributeDialog Interface : SizeFactorName Property
The name of the size factor. Empty if none of the standard factors.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property SizeFactorName As String
'Usage
 
Dim instance As _AEAttributeDialog
Dim value As String
 
instance.SizeFactorName = value
 
value = instance.SizeFactorName
[CanBeNull()]
string SizeFactorName {get; set;}
[CanBeNull()]
property String^ SizeFactorName {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also