AGI STK Objects 11 Send comments on this topic.
MethodType Property (IAgFmAssetListElement)
See Also 





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 * pRetVal
);
public: HRESULT put_MethodType(
AgEFmNAMethodType NewMethodType
);

[Java]
public AgEFmNAMethodType getMethodType();public void setMethodType(
AgEFmNAMethodType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1