STK Vector Geometry ToolSend comments on this topic.
TimeSatisfaction Property (IAgCrdnVolumeFromTimeSatisfaction)
See Also
Windows





Windows & Linux

Description

The interval list within which the global minimum or maximum is sought. The default is the overall availability of host object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeSatisfaction() As IAgCrdnEventIntervalList
[C#]
public IAgCrdnEventIntervalList TimeSatisfaction {get; set;}
[Managed C++]
public: __property IAgCrdnEventIntervalList ^ get_TimeSatisfaction();
public: __property void set_TimeSatisfaction( IAgCrdnEventIntervalList );
[Unmanaged C++]
public: HRESULT get_TimeSatisfaction(
    IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_TimeSatisfaction(
    IAgCrdnEventIntervalList TimeSatisfaction
);
[Java]
public IAgCrdnEventIntervalList getTimeSatisfaction();
public void setTimeSatisfaction(
    IAgCrdnEventIntervalList
);
[Python - STK API ]
@property
def TimeSatisfaction(self) -> "IAgCrdnEventIntervalList":

@TimeSatisfaction.setter
def TimeSatisfaction(self, TimeSatisfaction:"IAgCrdnEventIntervalList") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.