STK ObjectsSend comments on this topic.
Length Property (IAgSnVOPulse)
See Also
Windows





Windows & Linux

Description

Pulse length, how much physical space a given pulse occupies. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Length() As Double
[C#]
public double Length {get; set;}
[Managed C++]
public: __property double get_Length();
public: __property void set_Length( double );
[Unmanaged C++]
public: HRESULT get_Length(
    double * pVal
);
public: HRESULT put_Length(
    double pVal
);
[Java]
public double getLength();
public void setLength(
    double
);
[Python - STK API ]
@property
def Length(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.