Documentation Project
BaseField.SFTime Field
Syntax
Remarks
Example
Collapse All
Symbolic name for the SFTime field type.
Declaring type:
BaseField
Namespace:
Vrml.EAI.Field
Assembly:
VrmlEAI.NET
Syntax
C#
public const int SFTime = 9
Top
Remarks
This is the value of the
Type
property for SFTime fields.
Top
Example
The following example demonstrates how to check if a field is a SFTime field:
C#
Vrml.EAI.Field.BaseField field = ...; if (field.Type == Vrml.EAI.Field.BaseField.SFTime) { ... }
Top
Generated by
ImmDoc .NET
.