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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface