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






Windows & Linux

Description

Gets or sets the sort order for translucent primitives in this composite. This determines a trade-off between rendering speed and quality. It is only recommended to use PrimitivesSortOrderBackToFront when translucent primitives along the same line of sight cause blending artifacts.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TranslucentPrimitivesSortOrder() As AgEStkGraphicsPrimitivesSortOrder
[C#]
public AgEStkGraphicsPrimitivesSortOrder TranslucentPrimitivesSortOrder {get; set;}
[Managed C++]
public: __property AgEStkGraphicsPrimitivesSortOrder get_TranslucentPrimitivesSortOrder();
public: __property void set_TranslucentPrimitivesSortOrder(
   AgEStkGraphicsPrimitivesSortOrder
);
[Unmanaged C++]
public: HRESULT get_TranslucentPrimitivesSortOrder(
   AgEStkGraphicsPrimitivesSortOrder * pRetVal
);
public: HRESULT put_TranslucentPrimitivesSortOrder(
   AgEStkGraphicsPrimitivesSortOrder NewTranslucentPrimitivesSortOrder
);
[Java]
public AgEStkGraphicsPrimitivesSortOrder getTranslucentPrimitivesSortOrder();public void setTranslucentPrimitivesSortOrder(
   AgEStkGraphicsPrimitivesSortOrder
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.