| SoVRLdmFileWriterinputDataRange Property  | 
Range of input datas ((min, max) of data). 
 
Namespace: OIV.LDM.WritersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFVec2d inputDataRange { get; }Public ReadOnly Property inputDataRange As SoSFVec2d
	Get
public:
property SoSFVec2d^ inputDataRange {
	SoSFVec2d^ get ();
}member inputDataRange : SoSFVec2d with get
Property Value
Type: 
SoSFVec2d
RemarksIf not specified, range has to be computed, which will increase writing time. Default is an invalid range (1, -1) 
See Also