Gets and sets the drawing layer to which to add this balloon.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Layer As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.Integer
instance.Layer = value
value = instance.Layer |
C# | |
---|
System.int Layer {get; set;} |
C++/CLI | |
---|
property System.int Layer {
System.int get();
void set ( & System.int value);
} |
Property Value
Drawing layer as defined by
swiBalloonSettingLayer_e
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS