Description
Full path of NPlate 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