STK Vector Geometry ToolSend comments on this topic.
CustomTimeLimits Property (IAgCrdnCalcScalarIntegral)
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 CustomTimeLimits() As IAgCrdnEventIntervalList
[C#]
public IAgCrdnEventIntervalList CustomTimeLimits {get; set;}
[Managed C++]
public: __property IAgCrdnEventIntervalList ^ get_CustomTimeLimits();
public: __property void set_CustomTimeLimits( IAgCrdnEventIntervalList );
[Unmanaged C++]
public: HRESULT get_CustomTimeLimits(
    IAgCrdnEventIntervalList ** ppRetVal
);
public: HRESULT put_CustomTimeLimits(
    IAgCrdnEventIntervalList CustomTimeLimits
);
[Java]
public IAgCrdnEventIntervalList getCustomTimeLimits();
public void setCustomTimeLimits(
    IAgCrdnEventIntervalList
);
[Python - STK API ]
@property
def CustomTimeLimits(self) -> "IAgCrdnEventIntervalList":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.