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






Windows & Linux

Description

Gets or sets the pass during which the marker batch is rendered.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RenderPass() As AgEStkGraphicsMarkerBatchRenderPass
[C#]
public AgEStkGraphicsMarkerBatchRenderPass RenderPass {get; set;}
[Managed C++]
public: __property AgEStkGraphicsMarkerBatchRenderPass get_RenderPass();
public: __property void set_RenderPass(
   AgEStkGraphicsMarkerBatchRenderPass
);
[Unmanaged C++]
public: HRESULT get_RenderPass(
   AgEStkGraphicsMarkerBatchRenderPass * pRetVal
);
public: HRESULT put_RenderPass(
   AgEStkGraphicsMarkerBatchRenderPass NewRenderPass
);
[Java]
public AgEStkGraphicsMarkerBatchRenderPass getRenderPass();public void setRenderPass(
   AgEStkGraphicsMarkerBatchRenderPass
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.