STK ObjectsSend comments on this topic.
Value Property (IAgPriority)
See Also
Windows





Windows & Linux

Description

Gets or set the target's priority value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As Integer
[C#]
public int Value {get; set;}
[Managed C++]
public: __property int get_Value();
public: __property void set_Value( int );
[Unmanaged C++]
public: HRESULT get_Value(
    int * pVal
);
public: HRESULT put_Value(
    int val
);
[Java]
public Integer getValue();
public void setValue(
    Integer
);
[Python - STK API ]
@property
def Value(self) -> int:

@Value.setter
def Value(self, val:int) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.