STK ObjectsSend comments on this topic.
FocalLength Property (IAgSensor)
See Also
Windows





Windows & Linux

Description

Focal length used in defining sensor resolution. Uses SmallDistanceUnit Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FocalLength() As Double
[C#]
public double FocalLength {get; set;}
[Managed C++]
public: __property double get_FocalLength();
public: __property void set_FocalLength( double );
[Unmanaged C++]
public: HRESULT get_FocalLength(
    double * pVal
);
public: HRESULT put_FocalLength(
    double pVal
);
[Java]
public double getFocalLength();
public void setFocalLength(
    double
);
[Python - STK API ]
@property
def FocalLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.