| 
            
              ShellSec_LocalAxesRendererAxesList Property 
             | 
          
        
         
            Gets or sets the local coordinate Axes.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<Vector3[]> AxesList { get; set; }Public Property AxesList As List(Of Vector3())
	Get
	Set
public:
property List<array<Vector3>^>^ AxesList {
	List<array<Vector3>^>^ get ();
	void set (List<array<Vector3>^>^ value);
}member AxesList : List<Vector3[]> with get, set
Property Value
Type: 
ListVector3
See Also