STK ObjectsSend comments on this topic.
Compute Property (IAgChOptimalStrandOpts)
See Also
Windows





Windows & Linux

Description

Compute optimal strands.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Compute() As Boolean
[C#]
public bool Compute {get; set;}
[Managed C++]
public: __property bool get_Compute();
public: __property void set_Compute( bool );
[Unmanaged C++]
public: HRESULT get_Compute(
    VARIANT_BOOL * pCompute
);
public: HRESULT put_Compute(
    VARIANT_BOOL compute
);
[Java]
public bool getCompute();
public void setCompute(
    bool
);
[Python - STK API ]
@property
def Compute(self) -> bool:

@Compute.setter
def Compute(self, compute:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.