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





Windows & Linux

Description

A time value. The value can be a string or a double.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As System.Object
[C#]
public System.Object Value {get; set;}
[Managed C++]
public: __property VARIANT get_Value();
public: __property void set_Value( VARIANT );
[Unmanaged C++]
public: HRESULT get_Value(
    VARIANT * pRetVal
);
public: HRESULT put_Value(
    VARIANT Value
);
[Java]
public AgVariant getValue();
public void setValue(
    AgVariant
);
[Python - STK API ]
@property
def Value(self) -> typing.Any:

@Value.setter
def Value(self, Value:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.