STK ObjectsSend comments on this topic.
AreaTypeData Property (IAgAreaTarget)
See Also
Windows





Windows & Linux

Description

Get the data defining the boundary with the selected method.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AreaTypeData() As IAgAreaTypeData
[C#]
public IAgAreaTypeData AreaTypeData {get;}
[Managed C++]
public: __property IAgAreaTypeData ^ get_AreaTypeData();
[Unmanaged C++]
public: HRESULT get_AreaTypeData(
    IAgAreaTypeData ** ppVal
);
[Java]
public IAgAreaTypeData getAreaTypeData();
[Python - STK API ]
@property
def AreaTypeData(self) -> "IAgAreaTypeData":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.