Gets or sets whether this
SOLIDWORKS Connected Representation configuration is shared.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RepresentationShared As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
Dim value As System.Boolean
instance.RepresentationShared = value
value = instance.RepresentationShared |
C# | |
---|
System.bool RepresentationShared {get; set;} |
C++/CLI | |
---|
property System.bool RepresentationShared {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True if this Representation configuration is shared, false if not
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30