AGI STK VGT 11 Send comments on this topic.
InheritDimensionFromInput Property (IAgCrdnCalcScalarFunction)
See Also 





Description

Specify whether to inherit the output dimension from the input scalar or time instant.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InheritDimensionFromInput() As Boolean

[C#]
public bool InheritDimensionFromInput {get; set;}

[Managed C++]
public: __property bool get_InheritDimensionFromInput();
public: __property void set_InheritDimensionFromInput(
bool
);

[Unmanaged C++]
public: HRESULT get_InheritDimensionFromInput(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_InheritDimensionFromInput(
VARIANT_BOOL NewInheritDimensionFromInput
);

[Java]
public bool getInheritDimensionFromInput();public void setInheritDimensionFromInput(
bool
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1