STK Vector Geometry ToolSend comments on this topic.
InheritDimensionFromInput Property (IAgCrdnCalcScalarFunction)
See Also
Windows






Windows & Linux

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 InheritDimensionFromInput
);
[Java]
public bool getInheritDimensionFromInput();
public void setInheritDimensionFromInput(
    bool
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.