IOdaSplineSetWeight
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void SetWeight(
        int Index,
        double weight
)
 
Sub SetWeight ( 
        Index As Integer,
        weight As Double
)
 
void SetWeight(
        [InAttribute] int Index, 
        [InAttribute] double weight
)
 
abstract SetWeight : 
        Index : int * 
        weight : float -> unit 
 
 
 
Parameters
- Index  Int32
 
-  
 
- weight  Double
 
-  
 
Implements
IAcadSplineSetWeight(Int32,
Double)
 
See Also