 | APIOS_IntegrationPointsOption Property |
Get or set number of integration points in OpenSees fiber models
REST path: /op/opt/os/intpoints
REST verb: GET,POST
REST header: {"val", value}
Namespace: NextFEMapiAssembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntaxpublic int OS_IntegrationPointsOption { get; set; }
Public Property OS_IntegrationPointsOption As Integer
Get
Set
Dim instance As API
Dim value As Integer
value = instance.OS_IntegrationPointsOption
instance.OS_IntegrationPointsOption = value
public:
property int OS_IntegrationPointsOption {
int get ();
void set (int value);
}
member OS_IntegrationPointsOption : int with get, set
Return Value
Int32Integer
See Also