STK Vector Geometry ToolSend comments on this topic.
SelectedFunction Property (IAgCrdnCalcScalarFunction2Var)
See Also
Windows






Windows & Linux

Description

The selected function.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SelectedFunction() As String
[C#]
public string SelectedFunction {get; set;}
[Managed C++]
public: __property String __gc ^ get_SelectedFunction();
public: __property void set_SelectedFunction( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_SelectedFunction(
    BSTR * pRetVal
);
public: HRESULT put_SelectedFunction(
    BSTR SelectedFunction
);
[Java]
public String getSelectedFunction();
public void setSelectedFunction(
    String
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.