AGI STK Objects 11 Send comments on this topic.
SamplingMethodType Property (IAgCommSystemAccessOptions)
See Also 
Windows






Windows & Linux

Description

Gets or sets the sampling method type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SamplingMethodType() As AgECommSystemAccessSamplingMethodType

[C#]
public AgECommSystemAccessSamplingMethodType SamplingMethodType {get; set;}

[Managed C++]
public: __property AgECommSystemAccessSamplingMethodType get_SamplingMethodType();
public: __property void set_SamplingMethodType(
AgECommSystemAccessSamplingMethodType
);

[Unmanaged C++]
public: HRESULT get_SamplingMethodType(
AgECommSystemAccessSamplingMethodType * pRetVal
);
public: HRESULT put_SamplingMethodType(
AgECommSystemAccessSamplingMethodType NewSamplingMethodType
);

[Java]
public AgECommSystemAccessSamplingMethodType getSamplingMethodType();public void setSamplingMethodType(
AgECommSystemAccessSamplingMethodType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface