STK AstrogatorSend comments on this topic.
IdealSecondaryName Property (IAgVADesignER3BPSetup)
See Also
Windows





Windows & Linux

Description

Name to be used for the idealized secondary.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IdealSecondaryName() As String
[C#]
public string IdealSecondaryName {get; set;}
[Managed C++]
public: __property String __gc ^ get_IdealSecondaryName();
public: __property void set_IdealSecondaryName( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_IdealSecondaryName(
    BSTR * pVal
);
public: HRESULT put_IdealSecondaryName(
    BSTR InVal
);
[Java]
public String getIdealSecondaryName();
public void setIdealSecondaryName(
    String
);
[Python - STK API ]
@property
def IdealSecondaryName(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.