ReferenceFrameGraphicsPositiveZ Property  | 
 
            Gets or sets the positive z-axis graphics
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic VectorGraphics PositiveZ { get; set; }Public Property PositiveZ As VectorGraphics
	Get
	Set
public:
property VectorGraphics^ PositiveZ {
	VectorGraphics^ get ();
	void set (VectorGraphics^ value);
}member PositiveZ : VectorGraphics with get, set
Property Value
Type: 
VectorGraphics
See Also