AGI STK Graphics 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.