CADability dotNET
Abstract base class for all hatchstyles. A hatchstyle is used to define the interior of a Hatch object.

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public abstract class HatchStyle : IShowPropertyImpl, 
	ISerializable, INamedAttribute, ICommandHandler
Visual Basic
<SerializableAttribute> _
Public MustInherit Class HatchStyle _
	Inherits IShowPropertyImpl _
	Implements ISerializable, INamedAttribute, ICommandHandler
Visual C++
[SerializableAttribute]
public ref class HatchStyle abstract : public IShowPropertyImpl, 
	ISerializable, INamedAttribute, ICommandHandler

Inheritance Hierarchy

See Also