 | ChargeIsotropicDefinitionIsBodyMaterial Property |
Gets/Sets if the isotropic material is a body or surface material.
Namespace: ema3d.Api.V26.Charging.Definitions.MaterialsAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic bool IsBodyMaterial { get; set; }Public Property IsBodyMaterial As Boolean
Get
Set
public:
property bool IsBodyMaterial {
bool get ();
void set (bool value);
}member IsBodyMaterial : bool with get, set
Property Value
Boolean
See Also