STK ObjectsSend comments on this topic.
MethodType Property (IAgFmAssetListElement)
See Also
Windows





Windows & Linux

Description

Type of method used to specify range uncertainty.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MethodType() As AgEFmNAMethodType
[C#]
public AgEFmNAMethodType MethodType {get; set;}
[Managed C++]
public: __property AgEFmNAMethodType get_MethodType();
public: __property void set_MethodType( AgEFmNAMethodType );
[Unmanaged C++]
public: HRESULT get_MethodType(
    AgEFmNAMethodType * pVal
);
public: HRESULT put_MethodType(
    AgEFmNAMethodType MethodType
);
[Java]
public AgEFmNAMethodType getMethodType();
public void setMethodType(
    AgEFmNAMethodType
);
[Python - STK API ]
@property
def MethodType(self) -> "AgEFmNAMethodType":

@MethodType.setter
def MethodType(self, MethodType:"AgEFmNAMethodType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.