STK AstrogatorSend comments on this topic.
PointStyle Property (IAgVATargeterGraphResult)
See Also
Windows





Windows & Linux

Description

Point Style.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property PointStyle() As String
[C#]
public string PointStyle {get; set;}
[Managed C++]
public: __property String __gc ^ get_PointStyle();
public: __property void set_PointStyle( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_PointStyle(
    BSTR * pRetVal
);
public: HRESULT put_PointStyle(
    BSTR InVal
);
[Java]
public String getPointStyle();
public void setPointStyle(
    String
);
[Python - STK API ]
@property
def PointStyle(self) -> str:

@PointStyle.setter
def PointStyle(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.