STK Vector Geometry ToolSend comments on this topic.
GapDuration Property (IAgCrdnGapsFilter)
See Also
Windows





Windows & Linux

Description

Duration of the gap.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GapDuration() As Double
[C#]
public double GapDuration {get; set;}
[Managed C++]
public: __property double get_GapDuration();
public: __property void set_GapDuration( double );
[Unmanaged C++]
public: HRESULT get_GapDuration(
    double * pRetVal
);
public: HRESULT put_GapDuration(
    double GapDuration
);
[Java]
public double getGapDuration();
public void setGapDuration(
    double
);
[Python - STK API ]
@property
def GapDuration(self) -> float:

@GapDuration.setter
def GapDuration(self, GapDuration:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.