| 
            
              SubPolyline3LastPoint Property 
             | 
          
        
         
            Gets the Last point of the subset.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Point3 LastPoint { get; }Public ReadOnly Property LastPoint As Point3
	Get
public:
property Point3 LastPoint {
	Point3 get ();
}member LastPoint : Point3 with get
Property Value
Type: 
Point3
See Also