STK ObjectsSend comments on this topic.
MaxDimension Property (IAgEOIRShapeCustomMesh)
See Also
Windows





Windows & Linux

Description

Property used to access the maximum dimension of a custom mesh shape.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxDimension() As Double
[C#]
public double MaxDimension {get; set;}
[Managed C++]
public: __property double get_MaxDimension();
public: __property void set_MaxDimension( double );
[Unmanaged C++]
public: HRESULT get_MaxDimension(
    double * pRetVal
);
public: HRESULT put_MaxDimension(
    double MaxDimension
);
[Java]
public double getMaxDimension();
public void setMaxDimension(
    double
);
[Python - STK API ]
@property
def MaxDimension(self) -> float:

@MaxDimension.setter
def MaxDimension(self, MaxDimension:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.