Gets or sets the lattice type.
Read-write property
[Visual Basic .NET] |
---|
Public Property LatticeType() As AgELatticeType |
[C#] |
---|
public AgELatticeType LatticeType {get; set;} |
[Managed C++] |
---|
public: __property AgELatticeType get_LatticeType(); |
[Unmanaged C++] |
---|
public: HRESULT get_LatticeType( AgELatticeType * pVal ); public: HRESULT put_LatticeType( AgELatticeType val ); |
[Java] |
---|
public AgELatticeType getLatticeType(); public void setLatticeType( AgELatticeType ); |
[Python - STK API ] |
---|
@property def LatticeType(self) -> "AgELatticeType": @LatticeType.setter def LatticeType(self, val:"AgELatticeType") -> None: |