STK AstrogatorSend comments on this topic.
NPlateDefinitionFile Property (IAgVAMarsGRAM37)
See Also
Windows





Windows & Linux

Description

Drag N-Plate definition file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NPlateDefinitionFile() As String
[C#]
public string NPlateDefinitionFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_NPlateDefinitionFile();
public: __property void set_NPlateDefinitionFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_NPlateDefinitionFile(
    BSTR * pVal
);
public: HRESULT put_NPlateDefinitionFile(
    BSTR InVal
);
[Java]
public String getNPlateDefinitionFile();
public void setNPlateDefinitionFile(
    String
);
[Python - STK API ]
@property
def NPlateDefinitionFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.