STK ObjectsSend 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 * 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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.