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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1