| 
            
              CrossedSectionAddCrossedSection Method 
             | 
          
        
         
            Add a crossed section to this crossed section.
            
 
    Namespace: 
   Karamba.Results.ShellSection
    Assembly:
   KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic void AddCrossedSection(
	CrossedSection crossedSection
)
Public Sub AddCrossedSection ( 
	crossedSection As CrossedSection
)
public:
void AddCrossedSection(
	CrossedSection^ crossedSection
)
member AddCrossedSection : 
        crossedSection : CrossedSection -> unit 
Parameters
- crossedSection
 - Type: Karamba.Results.ShellSectionCrossedSection
Crossed section to add. 
See Also