AGI STK Objects 11Send comments on this topic.
SetPointingExternalFile Method (IAgSensor)
See Also
MaskFile
The external file to use for pointing data.
Windows






Windows & Linux

Description

Method to set the external pointing type.

Syntax

[Visual Basic .NET]
Public Sub SetPointingExternalFile( _
    ByVal MaskFile As String _
) As 
[C#]
public void SetPointingExternalFile(
    string MaskFile
);
[Managed C++]
public: void SetPointingExternalFile(
    String __gc ^ MaskFile
);
[Java]
public void setPointingExternalFile(
    String MaskFile
);
[Unmanaged C++]
public: HRESULT SetPointingExternalFile(
    BSTR MaskFile
);

Parameters

MaskFile
The external file to use for pointing data.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.