AGI STK Objects 11 Send comments on this topic.
LatticeType Property (IAgElementConfigurationPolygon)
See Also 





Description

Gets or sets the lattice type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LatticeType() As AgELatticeType

[C#]
public AgELatticeType LatticeType {get; set;}

[Managed C++]
public: __property AgELatticeType get_LatticeType();
public: __property void set_LatticeType(
AgELatticeType
);

[Unmanaged C++]
public: HRESULT get_LatticeType(
AgELatticeType * pRetVal
);
public: HRESULT put_LatticeType(
AgELatticeType NewLatticeType
);

[Java]
public AgELatticeType getLatticeType();public void setLatticeType(
AgELatticeType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1