STK Vector Geometry ToolSend comments on this topic.
ValueFunction Property (IAgCrdnCalcScalarCustomInline)
See Also
Windows





Windows & Linux

Description

The Value function to be evaluated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ValueFunction() As String
[C#]
public string ValueFunction {get; set;}
[Managed C++]
public: __property String __gc ^ get_ValueFunction();
public: __property void set_ValueFunction( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ValueFunction(
    BSTR * pRetVal
);
public: HRESULT put_ValueFunction(
    BSTR ValueFunction
);
[Java]
public String getValueFunction();
public void setValueFunction(
    String
);
[Python - STK API ]
@property
def ValueFunction(self) -> str:

@ValueFunction.setter
def ValueFunction(self, ValueFunction:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.