public override NFVector2 QueryPropertyVector2(string strPropertyName) { NFIProperty property = mPropertyManager.GetProperty(strPropertyName); if (null != property) { return(property.QueryVector2()); } return(NFDataList.NULL_VECTOR2); }