AGI STK Graphics 11 Send comments on this topic.
DefaultValue Property (IAgStkGraphicsModelTransformation)
See Also 
Windows






Windows & Linux

Description

Gets the default value of the transformation. The Current Value property of the transformation will have this value when the ModelPrimitive is initialized.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DefaultValue() As Double

[C#]
public double DefaultValue {get;}

[Managed C++]
public: __property double get_DefaultValue();

[Unmanaged C++]
public: HRESULT get_DefaultValue(
double * pRetVal
);

[Java]
public double getDefaultValue();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface