Gets and sets the user-specified layer.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property UserSpecifiedLayer As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IBalloonSettings
Dim value As System.String
instance.UserSpecifiedLayer = value
value = instance.UserSpecifiedLayer |
C# | |
---|
System.string UserSpecifiedLayer {get; set;} |
C++/CLI | |
---|
property System.String^ UserSpecifiedLayer {
System.String^ get();
void set ( & System.String^ value);
} |
Property Value
Name of user-specified layer
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS