STK ObjectsSend comments on this topic.
SetType Method (IAgFmDefDilutionOfPrecision)
See Also
ComputeType
Windows





Windows & Linux

Description

Set the compute option.

Syntax

[Visual Basic .NET]
Public Sub SetType( _
    ByVal ComputeType As AgEFmComputeType _
)
[C#]
public void SetType(
    AgEFmComputeType ComputeType
);
[Managed C++]
public: void SetType(
    AgEFmComputeType ComputeType
);
[Unmanaged C++]
public: HRESULT SetType(
    AgEFmComputeType ComputeType
);
[Java]
public void setType(
    AgEFmComputeType ComputeType
);
[Python - STK API ]
def SetType(self, ComputeType:"AgEFmComputeType") -> None:

Parameters

ComputeType

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.