DatabaseJoinStyle Property
|
Property that controls the lineweight join
style for new entities. This property corresponds to the JOINSTYLE
system variable. NameValueDescriptionStyleNone
0 No style StyleRound 1 Round StyleAngle 2 Angle StyleFlat 3
Flat
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public JoinStyle JoinStyle { get; set; }
Public Property JoinStyle As JoinStyle
Get
Set
public:
property JoinStyle JoinStyle {
JoinStyle get ();
void set (JoinStyle value);
}
member JoinStyle : JoinStyle with get, set
Property Value
JoinStyle
See Also