AGI AgAccessConstraintPlugin 11 Send comments on this topic.
Weight Property (IAgAccessConstraintPluginResultRegister)
See Also 





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 * pRetVal
);
public: HRESULT put_Weight(
long NewWeight
);

[Java]
public int getWeight();public void setWeight(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1