IAcadBlockAddHatch
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
IAcadHatch AddHatch(
        int PatternType,
        string PatternName,
        bool Associativity,
        [OptionalAttribute] Object HatchObjectType
)
 
Function AddHatch ( 
        PatternType As Integer,
        PatternName As String,
        Associativity As Boolean,
        <OptionalAttribute> HatchObjectType As Object
) As IAcadHatch
 
IAcadHatch^ AddHatch(
        [InAttribute] int PatternType, 
        [InAttribute] String^ PatternName, 
        [InAttribute] bool Associativity, 
        [OptionalAttribute] [InAttribute] Object^ HatchObjectType
)
 
abstract AddHatch : 
        PatternType : int * 
        PatternName : string * 
        Associativity : bool * 
        [<OptionalAttribute>] HatchObjectType : Object -> IAcadHatch 
 
 
 
Parameters
- PatternType  Int32
 
-  
 
- PatternName  String
 
-  
 
- Associativity  Boolean
 
-  
 
- HatchObjectType  Object  (Optional)
 
-  
 
Return Value
IAcadHatch
 
See Also