APIadd |
public int addSectFromLib( string name, bool doNotCenter = false )
Public Function addSectFromLib ( name As String, Optional doNotCenter As Boolean = false ) As Integer Dim instance As API Dim name As String Dim doNotCenter As Boolean Dim returnValue As Integer returnValue = instance.addSectFromLib(name, doNotCenter)
public: int addSectFromLib( String^ name, bool doNotCenter = false )
member addSectFromLib : name : string * ?doNotCenter : bool (* Defaults: let _doNotCenter = defaultArg doNotCenter false *) -> int
function addSectFromLib(name, doNotCenter);
(c) NextFEM 2015-2026