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





Windows & Linux

Description

The Derivative function to be evaluated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DerivativeFunction() As String
[C#]
public string DerivativeFunction {get; set;}
[Managed C++]
public: __property String __gc ^ get_DerivativeFunction();
public: __property void set_DerivativeFunction( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_DerivativeFunction(
    BSTR * pRetVal
);
public: HRESULT put_DerivativeFunction(
    BSTR DerivativeFunction
);
[Java]
public String getDerivativeFunction();
public void setDerivativeFunction(
    String
);
[Python - STK API ]
@property
def DerivativeFunction(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.