STK AgAccessConstraintPluginSend comments on this topic.
Weight Property (IAgAccessConstraintPluginResultRegister)
See Also
Windows





Windows & Linux

Description

Computational weight of the constraint. Must be positive.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Weight() As Integer
[C#]
public int Weight {get; set;}
[Managed C++]
public: __property int get_Weight();
public: __property void set_Weight( int );
[Unmanaged C++]
public: HRESULT get_Weight(
    long * pWeight
);
public: HRESULT put_Weight(
    long NewWeight
);
[Java]
public int getWeight();
public void setWeight(
    int
);
[Python - STK API ]
@property
def Weight(self) -> int:

@Weight.setter
def Weight(self, NewWeight:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.