STK ObjectsSend comments on this topic.
Type Property (IAgAccessSampling)
See Also
Windows





Windows & Linux

Description

Type of sampling method used.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Type() As AgESamplingMethod
[C#]
public AgESamplingMethod Type {get;}
[Managed C++]
public: __property AgESamplingMethod get_Type();
[Unmanaged C++]
public: HRESULT get_Type(
    AgESamplingMethod * pVal
);
[Java]
public AgESamplingMethod getType();
[Python - STK API ]
@property
def Type(self) -> "AgESamplingMethod":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.