CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Gets or sets the current LinePattern. The current LinePattern is used when a new
GeoObject is constructed interactively.
Namespace: CADability.AttributeAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public LinePattern Current { get; set; } |
| Visual Basic |
|---|
Public Property Current As LinePattern Get Set |
| Visual C++ |
|---|
public: property LinePattern^ Current { LinePattern^ get (); void set (LinePattern^ value); } |